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

#include <ReconstructedParticleCollection.h>

Public Types

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

Public Member Functions

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

Friends

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

Member Typedef Documentation

◆ difference_type

◆ iterator_category

◆ iterator_concept

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ ReconstructedParticleCollectionIterator() [1/4]

edm4eic::ReconstructedParticleCollectionIterator::ReconstructedParticleCollectionIterator ( size_t index,
const ReconstructedParticleObjPointerContainer * collection )
inline

◆ ReconstructedParticleCollectionIterator() [2/4]

edm4eic::ReconstructedParticleCollectionIterator::ReconstructedParticleCollectionIterator ( )
default

◆ ReconstructedParticleCollectionIterator() [3/4]

edm4eic::ReconstructedParticleCollectionIterator::ReconstructedParticleCollectionIterator ( const ReconstructedParticleCollectionIterator & )
default

◆ ReconstructedParticleCollectionIterator() [4/4]

edm4eic::ReconstructedParticleCollectionIterator::ReconstructedParticleCollectionIterator ( ReconstructedParticleCollectionIterator && )
default

◆ ~ReconstructedParticleCollectionIterator()

edm4eic::ReconstructedParticleCollectionIterator::~ReconstructedParticleCollectionIterator ( )
default

Member Function Documentation

◆ operator*()

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

◆ operator+()

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

◆ operator++() [1/2]

ReconstructedParticleCollectionIterator & edm4eic::ReconstructedParticleCollectionIterator::operator++ ( )

◆ operator++() [2/2]

ReconstructedParticleCollectionIterator edm4eic::ReconstructedParticleCollectionIterator::operator++ ( int )

◆ operator+=()

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

◆ operator-() [1/2]

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

◆ operator-() [2/2]

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

◆ operator--() [1/2]

ReconstructedParticleCollectionIterator & edm4eic::ReconstructedParticleCollectionIterator::operator-- ( )

◆ operator--() [2/2]

ReconstructedParticleCollectionIterator edm4eic::ReconstructedParticleCollectionIterator::operator-- ( int )

◆ operator-=()

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

◆ operator->()

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

◆ operator<=>()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==()

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

◆ operator[]()

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

Friends And Related Symbol Documentation

◆ operator+


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