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