EDM4eic
EIC data model
Loading...
Searching...
No Matches
edm4eic::ProtoClusterCollectionIterator Class Reference

#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
 

Public Member Functions

 ProtoClusterCollectionIterator (size_t index, const ProtoClusterObjPointerContainer *collection)
 
 ProtoClusterCollectionIterator ()=default
 
 ProtoClusterCollectionIterator (const ProtoClusterCollectionIterator &)=default
 
 ProtoClusterCollectionIterator (ProtoClusterCollectionIterator &&)=default
 
ProtoClusterCollectionIteratoroperator= (const ProtoClusterCollectionIterator &)=default
 
ProtoClusterCollectionIteratoroperator= (ProtoClusterCollectionIterator &&)=default
 
 ~ProtoClusterCollectionIterator ()=default
 
auto operator<=> (const ProtoClusterCollectionIterator &other) const
 
bool operator== (const ProtoClusterCollectionIterator &x) const
 
reference operator* () const
 
pointer operator-> ()
 
ProtoClusterCollectionIteratoroperator++ ()
 
ProtoClusterCollectionIterator operator++ (int)
 
ProtoClusterCollectionIteratoroperator-- ()
 
ProtoClusterCollectionIterator operator-- (int)
 
ProtoClusterCollectionIteratoroperator+= (difference_type n)
 
ProtoClusterCollectionIterator operator+ (difference_type n) const
 
ProtoClusterCollectionIteratoroperator-= (difference_type n)
 
ProtoClusterCollectionIterator operator- (difference_type n) const
 
reference operator[] (difference_type n) const
 
difference_type operator- (const ProtoClusterCollectionIterator &other) const
 

Friends

ProtoClusterCollectionIterator operator+ (ProtoClusterCollectionIterator::difference_type n, const ProtoClusterCollectionIterator &it)
 

Member Typedef Documentation

◆ difference_type

◆ iterator_category

◆ iterator_concept

using edm4eic::ProtoClusterCollectionIterator::iterator_concept = std::random_access_iterator_tag

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ ProtoClusterCollectionIterator() [1/4]

edm4eic::ProtoClusterCollectionIterator::ProtoClusterCollectionIterator ( size_t index,
const ProtoClusterObjPointerContainer * collection )
inline

◆ ProtoClusterCollectionIterator() [2/4]

edm4eic::ProtoClusterCollectionIterator::ProtoClusterCollectionIterator ( )
default

◆ ProtoClusterCollectionIterator() [3/4]

edm4eic::ProtoClusterCollectionIterator::ProtoClusterCollectionIterator ( const ProtoClusterCollectionIterator & )
default

◆ ProtoClusterCollectionIterator() [4/4]

edm4eic::ProtoClusterCollectionIterator::ProtoClusterCollectionIterator ( ProtoClusterCollectionIterator && )
default

◆ ~ProtoClusterCollectionIterator()

edm4eic::ProtoClusterCollectionIterator::~ProtoClusterCollectionIterator ( )
default

Member Function Documentation

◆ operator*()

ProtoClusterCollectionIterator::reference edm4eic::ProtoClusterCollectionIterator::operator* ( ) const

◆ operator+()

ProtoClusterCollectionIterator edm4eic::ProtoClusterCollectionIterator::operator+ ( difference_type n) const

◆ operator++() [1/2]

ProtoClusterCollectionIterator & edm4eic::ProtoClusterCollectionIterator::operator++ ( )

◆ operator++() [2/2]

ProtoClusterCollectionIterator edm4eic::ProtoClusterCollectionIterator::operator++ ( int )

◆ operator+=()

ProtoClusterCollectionIterator & edm4eic::ProtoClusterCollectionIterator::operator+= ( difference_type n)

◆ operator-() [1/2]

ProtoClusterCollectionIterator::difference_type edm4eic::ProtoClusterCollectionIterator::operator- ( const ProtoClusterCollectionIterator & other) const

◆ operator-() [2/2]

ProtoClusterCollectionIterator edm4eic::ProtoClusterCollectionIterator::operator- ( difference_type n) const

◆ operator--() [1/2]

ProtoClusterCollectionIterator & edm4eic::ProtoClusterCollectionIterator::operator-- ( )

◆ operator--() [2/2]

ProtoClusterCollectionIterator edm4eic::ProtoClusterCollectionIterator::operator-- ( int )

◆ operator-=()

ProtoClusterCollectionIterator & edm4eic::ProtoClusterCollectionIterator::operator-= ( difference_type n)

◆ operator->()

ProtoClusterCollectionIterator::pointer edm4eic::ProtoClusterCollectionIterator::operator-> ( )

◆ operator<=>()

auto edm4eic::ProtoClusterCollectionIterator::operator<=> ( const ProtoClusterCollectionIterator & other) const
inline

◆ operator=() [1/2]

ProtoClusterCollectionIterator & edm4eic::ProtoClusterCollectionIterator::operator= ( const ProtoClusterCollectionIterator & )
default

◆ operator=() [2/2]

ProtoClusterCollectionIterator & edm4eic::ProtoClusterCollectionIterator::operator= ( ProtoClusterCollectionIterator && )
default

◆ operator==()

bool edm4eic::ProtoClusterCollectionIterator::operator== ( const ProtoClusterCollectionIterator & x) const
inline

◆ operator[]()

ProtoClusterCollectionIterator::reference edm4eic::ProtoClusterCollectionIterator::operator[] ( difference_type n) const

Friends And Related Symbol Documentation

◆ operator+


The documentation for this class was generated from the following files: