libdballe  5.18
Public Member Functions | Data Fields | Protected Member Functions
dballe::IstreamCSVReader Class Reference
Inheritance diagram for dballe::IstreamCSVReader:
dballe::CSVReader

Public Member Functions

 IstreamCSVReader (std::istream &in)
- Public Member Functions inherited from dballe::CSVReader
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
- Data Fields inherited from dballe::CSVReader
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 Public Member Functions inherited from dballe::CSVReader
static std::string unescape (const std::string &csvstr)

The documentation for this class was generated from the following file: