|
|
Vector< std::string > & | operator[] (const unsigned int &index) |
| |
|
bool | parseCSVFile (std::string filename, bool removeNewLineCharacter=true) |
| |
|
bool | parseTSVFile (std::string filename, bool removeNewLineCharacter=true) |
| |
|
bool | getFileParsed () |
| |
|
bool | getConsistentColumnSize () |
| |
|
unsigned int | getRowSize () |
| |
|
unsigned int | getColumnSize () |
| |
|
std::deque< Vector< std::string > > & | getFileContents () |
| |
|
bool | clear () |
| |
|
|
static bool | parseColumn (const std::string &row, Vector< std::string > &cols, const char seperator= ',') |
| |
|
|
bool | parseFile (const std::string &filename, const bool removeNewLineCharacter, const char seperator) |
| |
|
|
bool | fileParsed |
| |
|
bool | consistentColumnSize |
| |
|
unsigned int | columnSize |
| |
|
InfoLog | infoLog |
| |
|
WarningLog | warningLog |
| |
|
std::deque< Vector< std::string > > | fileContents |
| |
Definition at line 37 of file FileParser.h.
The documentation for this class was generated from the following file: