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