#include <table.hh>
Public Member Functions | |
Table (string fname="", string prefixes="") | |
Table (const Table &T) | |
virtual | ~Table () |
int | mergeFile (string fname) |
int | getSize () const |
string | getKey (unsigned i) |
string | strValue (string key) |
int | getValue (string key, int &value) const |
int | getValue (string key, double &value) const |
int | getValue (string key, float &value) const |
int | getValue (string key, string &value, int length=0) const |
void | putValue (string key, int value) |
void | putValue (string key, float value) |
void | putValue (string key, double value) |
void | putValue (string key, const string value) |
int | getArrayValue (string key, int ind, int &value) const |
int | getArrayValue (string key, int ind, float &value) const |
int | getArrayValue (string key, int ind, double &value) const |
int | getArrayValue (string key, int ind, string &value, int length=0) const |
void | putArrayValue (string key, int ind, int value) |
void | putArrayValue (string key, int ind, float value) |
void | putArrayValue (string key, int ind, double value) |
void | putArrayValue (string key, int ind, const string value) |
ostream & | write (ostream &os) |
Definition at line 59 of file table.hh.
RVL::Table::Table | ( | string | fname = "" , |
|
string | prefixes = "" | |||
) |
RVL::Table::Table | ( | const Table & | T | ) |
virtual RVL::Table::~Table | ( | ) | [virtual] |
int RVL::Table::mergeFile | ( | string | fname | ) |
string RVL::Table::getKey | ( | unsigned | i | ) |
string RVL::Table::strValue | ( | string | key | ) |
int RVL::Table::getValue | ( | string | key, | |
int & | value | |||
) | const |
int RVL::Table::getValue | ( | string | key, | |
double & | value | |||
) | const |
int RVL::Table::getValue | ( | string | key, | |
float & | value | |||
) | const |
int RVL::Table::getValue | ( | string | key, | |
string & | value, | |||
int | length = 0 | |||
) | const |
void RVL::Table::putValue | ( | string | key, | |
int | value | |||
) |
void RVL::Table::putValue | ( | string | key, | |
float | value | |||
) |
void RVL::Table::putValue | ( | string | key, | |
double | value | |||
) |
void RVL::Table::putValue | ( | string | key, | |
const string | value | |||
) |
int RVL::Table::getArrayValue | ( | string | key, | |
int | ind, | |||
int & | value | |||
) | const |
int RVL::Table::getArrayValue | ( | string | key, | |
int | ind, | |||
float & | value | |||
) | const |
int RVL::Table::getArrayValue | ( | string | key, | |
int | ind, | |||
double & | value | |||
) | const |
int RVL::Table::getArrayValue | ( | string | key, | |
int | ind, | |||
string & | value, | |||
int | length = 0 | |||
) | const |
void RVL::Table::putArrayValue | ( | string | key, | |
int | ind, | |||
int | value | |||
) |
void RVL::Table::putArrayValue | ( | string | key, | |
int | ind, | |||
float | value | |||
) |
void RVL::Table::putArrayValue | ( | string | key, | |
int | ind, | |||
double | value | |||
) |
void RVL::Table::putArrayValue | ( | string | key, | |
int | ind, | |||
const string | value | |||
) |
ostream& RVL::Table::write | ( | ostream & | os | ) |