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