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