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

#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
 

Public Member Functions

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

Friends

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

Member Typedef Documentation

◆ difference_type

◆ iterator_category

◆ iterator_concept

using edm4eic::ClusterCollectionIterator::iterator_concept = std::random_access_iterator_tag

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ ClusterCollectionIterator() [1/4]

edm4eic::ClusterCollectionIterator::ClusterCollectionIterator ( size_t index,
const ClusterObjPointerContainer * collection )
inline

◆ ClusterCollectionIterator() [2/4]

edm4eic::ClusterCollectionIterator::ClusterCollectionIterator ( )
default

◆ ClusterCollectionIterator() [3/4]

edm4eic::ClusterCollectionIterator::ClusterCollectionIterator ( const ClusterCollectionIterator & )
default

◆ ClusterCollectionIterator() [4/4]

edm4eic::ClusterCollectionIterator::ClusterCollectionIterator ( ClusterCollectionIterator && )
default

◆ ~ClusterCollectionIterator()

edm4eic::ClusterCollectionIterator::~ClusterCollectionIterator ( )
default

Member Function Documentation

◆ operator*()

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

◆ operator+()

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

◆ operator++() [1/2]

ClusterCollectionIterator & edm4eic::ClusterCollectionIterator::operator++ ( )

◆ operator++() [2/2]

ClusterCollectionIterator edm4eic::ClusterCollectionIterator::operator++ ( int )

◆ operator+=()

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

◆ operator-() [1/2]

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

◆ operator-() [2/2]

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

◆ operator--() [1/2]

ClusterCollectionIterator & edm4eic::ClusterCollectionIterator::operator-- ( )

◆ operator--() [2/2]

ClusterCollectionIterator edm4eic::ClusterCollectionIterator::operator-- ( int )

◆ operator-=()

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

◆ operator->()

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

◆ operator<=>()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==()

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

◆ operator[]()

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

Friends And Related Symbol Documentation

◆ operator+


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