|
Vince's CSV Parser
|
Row-wise iterator over DataFrameRow entries. More...
#include <data_frame.hpp>
Public Types | |
| using | value_type = DataFrameRow< KeyType > |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const DataFrameRow< KeyType > * |
| using | reference = const DataFrameRow< KeyType > & |
| using | iterator_category = std::random_access_iterator_tag |
Public Member Functions | |
| iterator (typename std::vector< row_entry >::iterator it, const std::unordered_map< KeyType, std::unordered_map< std::string, std::string > > *edits) | |
| reference | operator* () const |
| pointer | operator-> () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| iterator | operator+ (difference_type n) const |
| iterator | operator- (difference_type n) const |
| difference_type | operator- (const iterator &other) const |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
Row-wise iterator over DataFrameRow entries.
Provides access to rows with edit support.
Definition at line 196 of file data_frame.hpp.
| using csv::DataFrame< KeyType >::iterator::difference_type = std::ptrdiff_t |
Definition at line 199 of file data_frame.hpp.
| using csv::DataFrame< KeyType >::iterator::iterator_category = std::random_access_iterator_tag |
Definition at line 202 of file data_frame.hpp.
| using csv::DataFrame< KeyType >::iterator::pointer = const DataFrameRow<KeyType>* |
Definition at line 200 of file data_frame.hpp.
| using csv::DataFrame< KeyType >::iterator::reference = const DataFrameRow<KeyType>& |
Definition at line 201 of file data_frame.hpp.
| using csv::DataFrame< KeyType >::iterator::value_type = DataFrameRow<KeyType> |
Definition at line 198 of file data_frame.hpp.
|
inline |
Definition at line 205 of file data_frame.hpp.
|
inline |
Definition at line 238 of file data_frame.hpp.
|
inline |
Definition at line 210 of file data_frame.hpp.
|
inline |
Definition at line 233 of file data_frame.hpp.
|
inline |
Definition at line 228 of file data_frame.hpp.
|
inline |
Definition at line 229 of file data_frame.hpp.
|
inline |
Definition at line 235 of file data_frame.hpp.
|
inline |
Definition at line 234 of file data_frame.hpp.
|
inline |
Definition at line 230 of file data_frame.hpp.
|
inline |
Definition at line 231 of file data_frame.hpp.
|
inline |
Definition at line 222 of file data_frame.hpp.
|
inline |
Definition at line 237 of file data_frame.hpp.