|
WSF
|
Tokenizes a .csv text stream. More...
#include <UtCsv.hpp>
Public Member Functions | |
| Parser () | |
| ParseResult | ReadToken (std::istream &aStream, std::string &aFieldValue) |
| ParseResult | ReadRow (std::istream &aStream, StringList &aRowValues) |
Tokenizes a .csv text stream.
|
inline |
| UtCsv::ParseResult UtCsv::Parser::ReadRow | ( | std::istream & | aStream, |
| StringList & | aRowValues ) |
References UtCsv::cCSV_EOF, UtCsv::cCSV_ERROR, UtCsv::cCSV_FIELD, UtCsv::cCSV_NEW_ROW, and ReadToken().
| UtCsv::ParseResult UtCsv::Parser::ReadToken | ( | std::istream & | aStream, |
| std::string & | aFieldValue ) |
References UtCsv::cCSV_EOF, UtCsv::cCSV_ERROR, UtCsv::cCSV_FIELD, and UtCsv::cCSV_NEW_ROW.
Referenced by ReadRow(), and UtCsv::ToStrings().