|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <parse-csv.H>
Public Member Functions | |
| Iterator (CsvReader *reader, bool at_end) | |
| const Array< std::string > & | operator* () const |
| Iterator & | operator++ () |
| bool | operator!= (const Iterator &other) const |
Private Attributes | |
| CsvReader * | reader_ |
| Array< std::string > | current_ |
| bool | at_end_ |
Definition at line 798 of file parse-csv.H.
Definition at line 805 of file parse-csv.H.
References at_end_, current_, Aleph::CsvReader::has_next(), Aleph::maps(), Aleph::CsvReader::next(), and reader_.
Definition at line 825 of file parse-csv.H.
References at_end_, and Aleph::maps().
Definition at line 814 of file parse-csv.H.
References current_.
|
inline |
Definition at line 816 of file parse-csv.H.
References at_end_, current_, Aleph::CsvReader::has_next(), Aleph::CsvReader::next(), and reader_.
|
private |
Definition at line 802 of file parse-csv.H.
Referenced by Iterator(), operator!=(), and operator++().
|
private |
Definition at line 801 of file parse-csv.H.
Referenced by Iterator(), operator*(), and operator++().
|
private |
Definition at line 800 of file parse-csv.H.
Referenced by Iterator(), and operator++().