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