CSV::Table< Record >::Iterator Class Reference
#include <Table.h>
Collaboration diagram for CSV::Table< Record >::Iterator:
Public Member Functions | |
| Iterator (Reader *reader, unsigned index) | |
| Iterator & | operator++ () |
| Record | operator* () const |
| bool | operator== (const Iterator &other) const |
| bool | operator!= (const Iterator &other) const |
Static Public Attributes | |
| static constexpr unsigned | end {UINT32_MAX} |
Constructor & Destructor Documentation
◆ Iterator()
template<class Record = Record>
|
inline |
Member Function Documentation
◆ operator!=()
template<class Record = Record>
|
inline |
◆ operator*()
template<class Record = Record>
|
inline |
◆ operator++()
template<class Record = Record>
|
inline |
◆ operator==()
template<class Record = Record>
|
inline |
Member Data Documentation
◆ end
template<class Record = Record>
|
staticconstexpr |
The documentation for this class was generated from the following file:
1.9.1