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