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