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

#include <TrackCollection.h>

Public Types

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

Public Member Functions

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

Friends

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

Member Typedef Documentation

◆ difference_type

◆ iterator_category

using edm4eic::TrackCollectionIterator::iterator_category = std::input_iterator_tag

◆ iterator_concept

using edm4eic::TrackCollectionIterator::iterator_concept = std::random_access_iterator_tag

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ TrackCollectionIterator() [1/4]

edm4eic::TrackCollectionIterator::TrackCollectionIterator ( size_t index,
const TrackObjPointerContainer * collection )
inline

◆ TrackCollectionIterator() [2/4]

edm4eic::TrackCollectionIterator::TrackCollectionIterator ( )
default

◆ TrackCollectionIterator() [3/4]

edm4eic::TrackCollectionIterator::TrackCollectionIterator ( const TrackCollectionIterator & )
default

◆ TrackCollectionIterator() [4/4]

edm4eic::TrackCollectionIterator::TrackCollectionIterator ( TrackCollectionIterator && )
default

◆ ~TrackCollectionIterator()

edm4eic::TrackCollectionIterator::~TrackCollectionIterator ( )
default

Member Function Documentation

◆ operator*()

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

◆ operator+()

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

◆ operator++() [1/2]

TrackCollectionIterator & edm4eic::TrackCollectionIterator::operator++ ( )

◆ operator++() [2/2]

TrackCollectionIterator edm4eic::TrackCollectionIterator::operator++ ( int )

◆ operator+=()

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

◆ operator-() [1/2]

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

◆ operator-() [2/2]

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

◆ operator--() [1/2]

TrackCollectionIterator & edm4eic::TrackCollectionIterator::operator-- ( )

◆ operator--() [2/2]

TrackCollectionIterator edm4eic::TrackCollectionIterator::operator-- ( int )

◆ operator-=()

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

◆ operator->()

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

◆ operator<=>()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==()

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

◆ operator[]()

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

Friends And Related Symbol Documentation

◆ operator+


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