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

#include <VertexCollection.h>

Public Types

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

Public Member Functions

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

Friends

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

Member Typedef Documentation

◆ difference_type

◆ iterator_category

◆ iterator_concept

using edm4eic::VertexMutableCollectionIterator::iterator_concept = std::random_access_iterator_tag

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ VertexMutableCollectionIterator() [1/4]

edm4eic::VertexMutableCollectionIterator::VertexMutableCollectionIterator ( size_t index,
const VertexObjPointerContainer * collection )
inline

◆ VertexMutableCollectionIterator() [2/4]

edm4eic::VertexMutableCollectionIterator::VertexMutableCollectionIterator ( )
default

◆ VertexMutableCollectionIterator() [3/4]

edm4eic::VertexMutableCollectionIterator::VertexMutableCollectionIterator ( const VertexMutableCollectionIterator & )
default

◆ VertexMutableCollectionIterator() [4/4]

edm4eic::VertexMutableCollectionIterator::VertexMutableCollectionIterator ( VertexMutableCollectionIterator && )
default

◆ ~VertexMutableCollectionIterator()

edm4eic::VertexMutableCollectionIterator::~VertexMutableCollectionIterator ( )
default

Member Function Documentation

◆ operator*()

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

◆ operator+()

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

◆ operator++() [1/2]

VertexMutableCollectionIterator & edm4eic::VertexMutableCollectionIterator::operator++ ( )

◆ operator++() [2/2]

VertexMutableCollectionIterator edm4eic::VertexMutableCollectionIterator::operator++ ( int )

◆ operator+=()

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

◆ operator-() [1/2]

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

◆ operator-() [2/2]

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

◆ operator--() [1/2]

VertexMutableCollectionIterator & edm4eic::VertexMutableCollectionIterator::operator-- ( )

◆ operator--() [2/2]

VertexMutableCollectionIterator edm4eic::VertexMutableCollectionIterator::operator-- ( int )

◆ operator-=()

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

◆ operator->()

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

◆ operator<=>()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==()

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

◆ operator[]()

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

◆ operator+


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