Public Member Functions | |
std::string const & | operator[] (std::size_t index) const |
void | readNextRow (std::istream &str) |
std::size_t | size () const |
Private Attributes | |
std::vector< std::string > | m_data |
Definition at line 25 of file softwarePLL.cpp.
std::string const& CSVRow::operator[] | ( | std::size_t | index | ) | const [inline] |
Definition at line 28 of file softwarePLL.cpp.
void CSVRow::readNextRow | ( | std::istream & | str | ) | [inline] |
Definition at line 36 of file softwarePLL.cpp.
std::size_t CSVRow::size | ( | ) | const [inline] |
Definition at line 32 of file softwarePLL.cpp.
std::vector<std::string> CSVRow::m_data [private] |
Definition at line 57 of file softwarePLL.cpp.