Public Member Functions |
| IstreamCSVReader (std::istream &in) |
bool | move_to_data (unsigned number_col=0) |
| Find the first line where the given column exists and starts with a number.
|
bool | next () |
| Read the next CSV line, returning false if EOF is reached.
|
Data Fields |
std::istream & | in |
std::string | line |
| Last line read.
|
std::vector< std::string > | cols |
| Parsed CSV columns for the last line read.
|
Protected Member Functions |
virtual bool | nextline () |
| Read one line from the input source, returning false if EOF is reached.
|
Additional Inherited Members |
static std::string | unescape (const std::string &csvstr) |
The documentation for this class was generated from the following file: