RVL::Table Class Reference

#include <table.hh>

List of all members.

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)


Detailed Description

Definition at line 59 of file table.hh.


Constructor & Destructor Documentation

RVL::Table::Table ( string  fname = "",
string  prefixes = "" 
)

RVL::Table::Table ( const Table T  ) 

virtual RVL::Table::~Table (  )  [virtual]


Member Function Documentation

int RVL::Table::mergeFile ( string  fname  ) 

int RVL::Table::getSize (  )  const

Definition at line 89 of file table.hh.

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  ) 


The documentation for this class was generated from the following file:
Generated on 5 Jan 2017 for RvlUmin by  doxygen 1.4.7