My Project
0.0.16
QUCS Mapping
|
#include <dataset.h>
Public Member Functions | |
dataset () | |
dataset (char *) | |
dataset (const dataset &) | |
~dataset () | |
void | addDependency (vector *) |
void | addDependencies (vector *) |
void | appendDependency (vector *) |
void | appendDependencies (vector *) |
void | addVariable (vector *) |
void | addVariables (vector *) |
void | appendVariable (vector *) |
void | appendVariables (vector *) |
void | applyDependencies (vector *v) |
void | delDependency (vector *) |
void | delVariable (vector *) |
void | assignDependency (char *, char *) |
char * | getFile (void) |
void | setFile (const char *) |
void | print (void) |
void | printData (vector *, FILE *) |
void | printDependency (vector *, FILE *) |
void | printVariable (vector *, FILE *) |
vector * | findDependency (const char *) |
vector * | findVariable (const char *) |
vector * | getDependencies (void) |
vector * | getVariables (void) |
int | isDependency (vector *) |
int | isVariable (vector *) |
vector * | findOrigin (char *) |
int | countDependencies (void) |
int | countVariables (void) |
Public Member Functions inherited from object | |
object () | |
object (const char *) | |
object (const object &) | |
virtual | ~object () |
object * | getNext (void) |
void | setNext (object *o) |
object * | getPrev (void) |
void | setPrev (object *o) |
void | setName (const char *) |
char * | getName (void) |
void | addProperty (property *) |
property * | addProperty (const char *, const char *) |
property * | addProperty (const char *, nr_double_t) |
property * | addProperty (const char *, variable *) |
void | setProperty (const char *, char *) |
void | setProperty (const char *, nr_double_t) |
void | setScaledProperty (const char *, nr_double_t) |
void | setProperty (const char *, variable *) |
vector * | getPropertyVector (const char *) |
char * | getPropertyString (const char *) |
char * | getPropertyReference (const char *) |
nr_double_t | getPropertyDouble (const char *) |
nr_double_t | getScaledProperty (const char *) |
int | getPropertyInteger (const char *) |
bool | hasProperty (const char *) |
bool | isPropertyGiven (const char *) |
void | copyProperties (property *) |
void | deleteProperties (void) |
int | countProperties (void) |
char * | propertyList (void) |
Static Public Member Functions | |
static dataset * | load (const char *) |
static dataset * | load_touchstone (const char *) |
static dataset * | load_csv (const char *) |
static dataset * | load_citi (const char *) |
static dataset * | load_zvr (const char *) |
static dataset * | load_mdl (const char *) |
dataset::dataset | ( | ) |
Definition at line 50 of file dataset.cpp.
dataset::dataset | ( | char * | n | ) |
Definition at line 56 of file dataset.cpp.
dataset::dataset | ( | const dataset & | d | ) |
dataset::~dataset | ( | ) |
void dataset::addDependencies | ( | vector * | v | ) |
void dataset::addDependency | ( | vector * | v | ) |
Definition at line 93 of file dataset.cpp.
void dataset::addVariable | ( | vector * | v | ) |
Definition at line 151 of file dataset.cpp.
void dataset::addVariables | ( | vector * | v | ) |
void dataset::appendDependencies | ( | vector * | v | ) |
void dataset::appendDependency | ( | vector * | v | ) |
Definition at line 126 of file dataset.cpp.
void dataset::appendVariable | ( | vector * | v | ) |
Definition at line 184 of file dataset.cpp.
void dataset::appendVariables | ( | vector * | v | ) |
void dataset::applyDependencies | ( | vector * | v | ) |
void dataset::assignDependency | ( | char * | origin, |
char * | depvar | ||
) |
Definition at line 243 of file dataset.cpp.
int dataset::countDependencies | ( | void | ) |
Definition at line 307 of file dataset.cpp.
int dataset::countVariables | ( | void | ) |
Definition at line 299 of file dataset.cpp.
void dataset::delDependency | ( | vector * | v | ) |
void dataset::delVariable | ( | vector * | v | ) |
vector * dataset::findDependency | ( | const char * | n | ) |
Definition at line 279 of file dataset.cpp.
vector * dataset::findOrigin | ( | char * | n | ) |
vector * dataset::findVariable | ( | const char * | n | ) |
Definition at line 290 of file dataset.cpp.
|
inline |
char * dataset::getFile | ( | void | ) |
Definition at line 315 of file dataset.cpp.
|
inline |
int dataset::isDependency | ( | vector * | dep | ) |
int dataset::isVariable | ( | vector * | var | ) |
|
static |
Definition at line 410 of file dataset.cpp.
|
static |
|
static |
Definition at line 463 of file dataset.cpp.
|
static |
|
static |
Definition at line 438 of file dataset.cpp.
|
static |
void dataset::print | ( | void | ) |
Definition at line 329 of file dataset.cpp.
void dataset::printData | ( | vector * | v, |
FILE * | f | ||
) |
Definition at line 394 of file dataset.cpp.
void dataset::printDependency | ( | vector * | v, |
FILE * | f | ||
) |
Definition at line 364 of file dataset.cpp.
void dataset::printVariable | ( | vector * | v, |
FILE * | f | ||
) |
Definition at line 375 of file dataset.cpp.
void dataset::setFile | ( | const char * | f | ) |