CSV::Table< Record >::Iterator Class Reference

#include <Table.h>

Collaboration diagram for CSV::Table< Record >::Iterator:

Public Member Functions

 Iterator (Reader *reader, unsigned index)
 
Iteratoroperator++ ()
 
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>
CSV::Table< Record >::Iterator::Iterator ( Reader reader,
unsigned  index 
)
inline

Member Function Documentation

◆ operator!=()

template<class Record = Record>
bool CSV::Table< Record >::Iterator::operator!= ( const Iterator other) const
inline

◆ operator*()

template<class Record = Record>
Record CSV::Table< Record >::Iterator::operator* ( ) const
inline

◆ operator++()

template<class Record = Record>
Iterator& CSV::Table< Record >::Iterator::operator++ ( )
inline

◆ operator==()

template<class Record = Record>
bool CSV::Table< Record >::Iterator::operator== ( const Iterator other) const
inline

Member Data Documentation

◆ end

template<class Record = Record>
constexpr unsigned CSV::Table< Record >::Iterator::end {UINT32_MAX}
staticconstexpr

The documentation for this class was generated from the following file: