Public Member Functions | |
| CSVImportHandler (std::istream &s) | |
| State | add (char) |
| const char * | getCol () const |
| const char * | errMsg () const |
| virtual void | newRow () |
Public Attributes | |
| char | nlreplace_ |
| replace newlines with this char (optional) | |
Protected Attributes | |
| bool | instring_ |
| Table::CSVImportHandler::CSVImportHandler | ( | std::istream & | s | ) | [inline] |
| State Table::CSVImportHandler::add | ( | char | ) | [virtual] |
Implements Table::ImportHandler.
| const char* Table::CSVImportHandler::errMsg | ( | ) | const [inline] |
Reimplemented from Table::ImportHandler.
| const char* Table::CSVImportHandler::getCol | ( | ) | const [inline] |
Reimplemented from Table::ImportHandler.
| virtual void Table::CSVImportHandler::newRow | ( | ) | [inline, virtual] |
Reimplemented from Table::ImportHandler.
bool Table::CSVImportHandler::instring_ [protected] |
replace newlines with this char (optional)
1.7.1