
Public Member Functions | |
| ColumnTextParser (wxString CommentLineSymbol=wxT(""), wxString Delimiter=wxT(" \t\r\n")) | |
| ~ColumnTextParser () | |
| wxString | getValue (int Line, int Column) |
| bool | getLongValue (int Line, int Column, long *Value) |
| bool | getDoubleValue (int Line, int Column, double *Value) |
| wxArrayString * | getValues (int Line) |
| openfluid::tools::ColumnTextParser::ColumnTextParser | ( | wxString | CommentLineSymbol = wxT(""), |
|
| wxString | Delimiter = wxT(" \t\r\n") | |||
| ) |
Constructor
| openfluid::tools::ColumnTextParser::~ColumnTextParser | ( | ) |
Destructor
| wxString openfluid::tools::ColumnTextParser::getValue | ( | int | Line, | |
| int | Column | |||
| ) |
Returns the value at a specified row-column, as a string
| bool openfluid::tools::ColumnTextParser::getLongValue | ( | int | Line, | |
| int | Column, | |||
| long * | Value | |||
| ) |
Returns the value at a specified row-column, as an int
| bool openfluid::tools::ColumnTextParser::getDoubleValue | ( | int | Line, | |
| int | Column, | |||
| double * | Value | |||
| ) |
Returns the value at a specified row-column, as a double
| wxArrayString* openfluid::tools::ColumnTextParser::getValues | ( | int | Line | ) |
Returns the values of a line as astring list
Creative Commons By-NC-ND license