|
vector< string > & | operator[] (const unsigned int &index) |
|
bool | parseCSVFile (string filename, bool removeNewLineCharacter=true) |
|
bool | parseTSVFile (string filename, bool removeNewLineCharacter=true) |
|
bool | getFileParsed () |
|
bool | getConsistentColumnSize () |
|
unsigned int | getRowSize () |
|
unsigned int | getColumnSize () |
|
vector< vector< string > > | getFileContents () |
|
bool | clear () |
|
|
static bool | parseColumn (const string &row, vector< string > &cols, const char seperator= ',') |
|
|
bool | parseFile (string filename, bool removeNewLineCharacter, const char seperator) |
|
|
bool | fileParsed |
|
bool | consistentColumnSize |
|
unsigned int | columnSize |
|
WarningLog | warningLog |
|
vector< vector< string > > | fileContents |
|
Definition at line 37 of file FileParser.h.
The documentation for this class was generated from the following file:
- /Users/ngillian/Documents/dev/libs/grt/GRT/Util/FileParser.h