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