|
template<class T > |
bool | convert (const std::string &num, T &t) |
|
void | trim (std::string &string, const std::string &whitespace=" \") |
|
int | rowFromHeaderCol (const std::string &str) |
|
std::string | nameFromHeaderCol (const std::string &str) |
|
void | split (const std::string &s, const char &delim, std::vector< std::string > &elems) |
|
void | getMetaHeaderInfo (const std::string &s, const char &delim, std::map< std::string, int > &fields, std::map< int, std::string > &lookup) |
|
void | getTimeStepInfo (const std::string &s, const char &delim, std::map< int, std::string > &lookup, std::map< std::string, std::string > &info) |
|
std::vector< std::string > | createTableLayoutFromHeader (std::string &header, const char &delim, std::map< int, int > &columnIndexToRowId, std::map< int, std::string > &fieldCols) |
|