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