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

#include <RingImageCollection.h>

Public Types

using value_type = RingImage
 
using difference_type = ptrdiff_t
 
using reference = RingImage
 
using pointer = RingImage*
 
using iterator_category = std::input_iterator_tag
 
using iterator_concept = std::random_access_iterator_tag
 

Public Member Functions

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

Friends

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

Member Typedef Documentation

◆ difference_type

◆ iterator_category

◆ iterator_concept

using edm4eic::RingImageCollectionIterator::iterator_concept = std::random_access_iterator_tag

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ RingImageCollectionIterator() [1/4]

edm4eic::RingImageCollectionIterator::RingImageCollectionIterator ( size_t index,
const RingImageObjPointerContainer * collection )
inline

◆ RingImageCollectionIterator() [2/4]

edm4eic::RingImageCollectionIterator::RingImageCollectionIterator ( )
default

◆ RingImageCollectionIterator() [3/4]

edm4eic::RingImageCollectionIterator::RingImageCollectionIterator ( const RingImageCollectionIterator & )
default

◆ RingImageCollectionIterator() [4/4]

edm4eic::RingImageCollectionIterator::RingImageCollectionIterator ( RingImageCollectionIterator && )
default

◆ ~RingImageCollectionIterator()

edm4eic::RingImageCollectionIterator::~RingImageCollectionIterator ( )
default

Member Function Documentation

◆ operator*()

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

◆ operator+()

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

◆ operator++() [1/2]

RingImageCollectionIterator & edm4eic::RingImageCollectionIterator::operator++ ( )

◆ operator++() [2/2]

RingImageCollectionIterator edm4eic::RingImageCollectionIterator::operator++ ( int )

◆ operator+=()

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

◆ operator-() [1/2]

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

◆ operator-() [2/2]

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

◆ operator--() [1/2]

RingImageCollectionIterator & edm4eic::RingImageCollectionIterator::operator-- ( )

◆ operator--() [2/2]

RingImageCollectionIterator edm4eic::RingImageCollectionIterator::operator-- ( int )

◆ operator-=()

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

◆ operator->()

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

◆ operator<=>()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==()

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

◆ operator[]()

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

Friends And Related Symbol Documentation

◆ operator+


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