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