NeoPZ
CSVTable< Tvar > Member List

This is the complete list of members for CSVTable< Tvar >, including all inherited members.

addColumn(const string &col_name)CSVTable< Tvar >inline
addRows(unsigned n=1)CSVTable< Tvar >inline
columnsCSVTable< Tvar >protected
CSVTable()CSVTable< Tvar >inline
getColIdx(const string &column_name)CSVTable< Tvar >inline
nrowsCSVTable< Tvar >protected
nRows() constCSVTable< Tvar >inline
read(istream &is)CSVTable< Tvar >inline
setCell(unsigned row_idx, string col_name, string value, bool createNewCol=false)CSVTable< Tvar >inline
setCell(unsigned row_idx, string col_name, int value, bool createNewCol=false)CSVTable< Tvar >inline
setCell(unsigned row_idx, string col_name, long value, bool createNewCol=false)CSVTable< Tvar >inline
setCell(unsigned row_idx, string col_name, bool value, bool createNewCol=false)CSVTable< Tvar >inline
setCell(unsigned row_idx, string col_name, unsigned value, bool createNewCol=false)CSVTable< Tvar >inline
setCell(unsigned row_idx, string col_name, double value, bool createNewCol=false)CSVTable< Tvar >inline
setCell(unsigned row_idx, string col_name, float value, bool createNewCol=false)CSVTable< Tvar >inline
split(vector< string > &theStringVector, const string &theString, const string &theDelimiter)CSVTable< Tvar >inlineprotected
trim(string &s)CSVTable< Tvar >inlineprotectedstatic
write(ostream &os) constCSVTable< Tvar >inline