Class CSVIterator

Class Documentation

class CSVIterator

Public Types

typedef std::input_iterator_tag iterator_category
typedef CSVRow value_type
typedef std::size_t difference_type
typedef CSVRow *pointer
typedef CSVRow &reference

Public Functions

inline CSVIterator(std::istream &str)
inline CSVIterator()
inline CSVIterator &operator++()
inline CSVIterator operator++(int)
inline CSVRow const &operator*() const
inline CSVRow const *operator->() const
inline bool operator==(CSVIterator const &rhs)
inline bool operator!=(CSVIterator const &rhs)