|
EDM4eic
EIC data model
|
#include <RingImageCollection.h>
Public Types | |
| using | value_type = RingImage |
| using | difference_type = ptrdiff_t |
| using | reference = RingImage |
| using | pointer = RingImage* |
| using | iterator_category = std::input_iterator_tag |
| using | iterator_concept = std::random_access_iterator_tag |
Friends | |
| RingImageCollectionIterator | operator+ (RingImageCollectionIterator::difference_type n, const RingImageCollectionIterator &it) |
| using edm4eic::RingImageCollectionIterator::difference_type = ptrdiff_t |
| using edm4eic::RingImageCollectionIterator::iterator_category = std::input_iterator_tag |
| using edm4eic::RingImageCollectionIterator::iterator_concept = std::random_access_iterator_tag |
|
inline |
|
default |
|
default |
|
default |
|
default |
| RingImageCollectionIterator::reference edm4eic::RingImageCollectionIterator::operator* | ( | ) | const |
| RingImageCollectionIterator edm4eic::RingImageCollectionIterator::operator+ | ( | difference_type | n | ) | const |
| RingImageCollectionIterator & edm4eic::RingImageCollectionIterator::operator++ | ( | ) |
| RingImageCollectionIterator edm4eic::RingImageCollectionIterator::operator++ | ( | int | ) |
| RingImageCollectionIterator & edm4eic::RingImageCollectionIterator::operator+= | ( | difference_type | n | ) |
| RingImageCollectionIterator::difference_type edm4eic::RingImageCollectionIterator::operator- | ( | const RingImageCollectionIterator & | other | ) | const |
| RingImageCollectionIterator edm4eic::RingImageCollectionIterator::operator- | ( | difference_type | n | ) | const |
| RingImageCollectionIterator & edm4eic::RingImageCollectionIterator::operator-- | ( | ) |
| RingImageCollectionIterator edm4eic::RingImageCollectionIterator::operator-- | ( | int | ) |
| RingImageCollectionIterator & edm4eic::RingImageCollectionIterator::operator-= | ( | difference_type | n | ) |
| RingImageCollectionIterator::pointer edm4eic::RingImageCollectionIterator::operator-> | ( | ) |
|
inline |
|
default |
|
default |
|
inline |
| RingImageCollectionIterator::reference edm4eic::RingImageCollectionIterator::operator[] | ( | difference_type | n | ) | const |
|
friend |