Public Member Functions | |
| bounds_opt_values (const char *filename) | |
| ~bounds_opt_values () | |
| int | getNumInstances () |
| double | getDoubleField (int inst, int field) |
| int | instancename2index (char *name) |
| char * | getInstanceName (int inst) |
| void | fprint (FILE *out) |
Private Member Functions | |
| int | readBoundsOptValuesFile (const char *filename) |
Private Attributes | |
| int | _bound_opt_values_num_instances |
| char ** | _instance_name_lookup |
| double ** | _instance_data |
Definition at line 89 of file report2.cpp.
| bounds_opt_values::bounds_opt_values | ( | const char * | filename | ) | [inline] |
Definition at line 96 of file report2.cpp.
| bounds_opt_values::~bounds_opt_values | ( | ) | [inline] |
Definition at line 110 of file report2.cpp.
| int bounds_opt_values::getNumInstances | ( | ) | [inline] |
Definition at line 119 of file report2.cpp.
| double bounds_opt_values::getDoubleField | ( | int | inst, | |
| int | field | |||
| ) | [inline] |
Definition at line 121 of file report2.cpp.
| int bounds_opt_values::instancename2index | ( | char * | name | ) | [inline] |
Definition at line 125 of file report2.cpp.
| char* bounds_opt_values::getInstanceName | ( | int | inst | ) | [inline] |
Definition at line 133 of file report2.cpp.
| void bounds_opt_values::fprint | ( | FILE * | out | ) | [inline] |
Definition at line 140 of file report2.cpp.
| int bounds_opt_values::readBoundsOptValuesFile | ( | const char * | filename | ) | [inline, private] |
Definition at line 150 of file report2.cpp.
int bounds_opt_values::_bound_opt_values_num_instances [private] |
Definition at line 91 of file report2.cpp.
char** bounds_opt_values::_instance_name_lookup [private] |
Definition at line 92 of file report2.cpp.
double** bounds_opt_values::_instance_data [private] |
Definition at line 93 of file report2.cpp.
1.6.1