![]() |
Project
|
a forward iterator to access the list of elements More...
#include <dc_primitives.h>
Public Types | |
using | self_type = Iterator |
using | value_type = ValueT |
using | reference = ValueT & |
using | pointer = ValueT * |
using | difference_type = std::ptrdiff_t |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
Iterator () | |
~Iterator () | |
self_type & | operator++ () |
self_type | operator++ (int) |
reference | operator* () |
bool | operator== (const self_type &other) const |
bool | operator!= (const self_type &other) const |
a forward iterator to access the list of elements
Definition at line 151 of file dc_primitives.h.
using o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::difference_type = std::ptrdiff_t |
Definition at line 161 of file dc_primitives.h.
using o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::iterator_category = std::forward_iterator_tag |
Definition at line 162 of file dc_primitives.h.
using o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::pointer = ValueT* |
Definition at line 160 of file dc_primitives.h.
using o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::reference = ValueT& |
Definition at line 159 of file dc_primitives.h.
using o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::self_type = Iterator |
Definition at line 157 of file dc_primitives.h.
using o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::value_type = ValueT |
Definition at line 158 of file dc_primitives.h.
o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::Iterator | ( | ) |
o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::~Iterator | ( | ) |
bool o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::operator!= | ( | const self_type & | other | ) | const |
reference o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::operator* | ( | ) |
self_type & o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::operator++ | ( | ) |
self_type o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::operator++ | ( | int | ) |
bool o2::data_compression::ExampleAlphabet< T >::Iterator< ValueT >::operator== | ( | const self_type & | other | ) | const |