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