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