addRow(const std::string &data) | carma::services::Table | |
find(const std::string &query, const int column=0, bool caseSensitive=false) | carma::services::Table | |
find(const std::string &query, const std::string &columnName, bool caseSensitive=false) | carma::services::Table | |
getBoolColumn(const std::string &column) const | carma::services::Table | |
getBoolColumn(const int column) const | carma::services::Table | |
getBoolColumn(const int col1, const int col2) const | carma::services::Table | |
getColumn(const std::string &column) const | carma::services::Table | |
getColumn(const int column) const | carma::services::Table | |
getColumn(const int col1, const int col2) const | carma::services::Table | |
getColumnName(const int column=-1) const | carma::services::Table | |
getColumnNames() const | carma::services::Table | |
getColumnNumber(const std::string &colname) const | carma::services::Table | |
getColumnType(const int column=-1) const | carma::services::Table | |
getColumnTypes() const (defined in carma::services::Table) | carma::services::Table | |
getColumnUnit(const int column=-1) const | carma::services::Table | |
getColumnUnits() const | carma::services::Table | |
getCommentColumn(const std::string &column) const | carma::services::Table | |
getCommentColumn(const int column) const | carma::services::Table | |
getDMSColumn(const std::string &column) const | carma::services::Table | |
getDMSColumn(const int column) const | carma::services::Table | |
getDMSColumn(const std::string &hcolumn, const std::string &mcolumn, const std::string &scolumn) const | carma::services::Table | |
getDMSColumn(const int dcolumn, const int mcolumn, const int scolumn) const | carma::services::Table | |
getDoubleColumn(const std::string &column) const | carma::services::Table | |
getDoubleColumn(const int column) const | carma::services::Table | |
getDoubleColumn(const int col1, const int col2) const | carma::services::Table | |
getDoubleColumnAndVerify(const std::string &column) const | carma::services::Table | |
getDoubleColumnAndVerify(const int column) const | carma::services::Table | |
getDoubleRow(const int row) const | carma::services::Table | |
getHMSColumn(const std::string &column) const | carma::services::Table | |
getHMSColumn(const int column) const | carma::services::Table | |
getHMSColumn(const std::string &hcolumn, const std::string &mcolumn, const std::string &scolumn) const | carma::services::Table | |
getHMSColumn(const int hcolumn, const int mcolumn, const int scolumn) const | carma::services::Table | |
getIntColumn(const std::string &column) const | carma::services::Table | |
getIntColumn(const int column) const | carma::services::Table | |
getIntColumn(const int col1, const int col2) const | carma::services::Table | |
getIntRow(const int row) const | carma::services::Table | |
getNcols(void) const | carma::services::Table | |
getNrows(void) const | carma::services::Table | |
getPathAndFileName() | carma::services::Table | |
getRow(const int row) const | carma::services::Table | |
getStringRow(const int row) const | carma::services::Table | |
hasBeenModified() | carma::services::Table | |
open(const std::string &fileName, int maxRows=0) | carma::services::Table | |
putRow(const int row, const std::string &data) | carma::services::Table | |
removeRow(const int row) | carma::services::Table | |
reRead() | carma::services::Table | |
setColumnName(const int column, const std::string &name) | carma::services::Table | |
setColumnType(const int column, const std::string &name) | carma::services::Table | |
setColumnUnit(const int column, const std::string &name) | carma::services::Table | |
status(const std::string &fileName) | carma::services::Table | |
Table() | carma::services::Table | |
Table(const std::string &fileName, int maxRows=0) | carma::services::Table | |
Table(int ncols) | carma::services::Table | |
test(void) (defined in carma::services::Table) | carma::services::Table | |
~Table() | carma::services::Table | |