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