CSVParser Class ReferenceCSV file parser.
More...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| CSVParser (std::ifstream &pStream) | |
| Costructor. | |
| bool | eof () |
| Check if all lines were readed. | |
| char | getFieldSeparator () const |
| Get char that separates fields. | |
| const std::list< std::string > & | getValues () const |
| Get values readed by parseLine(). | |
| bool | parseLine () throw (CSVParseException) |
| Parse one line from csv file. | |
| void | setFieldSeparator (char pSep) |
| Set char that separates fields. | |
|
|
Costructor.
|
|
|
Check if all lines were readed.
|
|
|
Get char that separates fields.
|
|
|
Parse one line from csv file.
|
|
|
Set char that separates fields.
|
| Documentation |
|---|
| Quick start |
| Examples |
| Search |
| API Documentation |
|---|
| Class hierarchy |
| Member index |
| API Reference |
| Store filters |
| Store table macros |