All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator Class Reference

iterator over vertices of the cycle More...

#include <simple_cycle.hpp>

Inheritance diagram for paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator:

Public Member Functions

 vertex_iterator (const simple_cycle &cm, CycleEl ce)
 constructor More...
 
 vertex_iterator ()
 default constructor
 
vertex_iteratoroperator++ ()
 operator++() More...
 
vertex_iterator operator++ (int)
 operator++(int) More...
 
bool operator!= (vertex_iterator ei) const
 operator!= More...
 
bool operator== (vertex_iterator ei) const
 operator== More...
 
const CycleEl *const operator-> () const
 operator->() More...
 
const CycleEl & operator* () const
 operator*() More...
 

Detailed Description

template<typename CycleEl, typename IdxT = int>
class paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator

iterator over vertices of the cycle

Definition at line 103 of file simple_cycle.hpp.

Constructor & Destructor Documentation

template<typename CycleEl , typename IdxT = int>
paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator::vertex_iterator ( const simple_cycle cm,
CycleEl  ce 
)
inline

constructor

Parameters
cm
ce

Definition at line 114 of file simple_cycle.hpp.

Member Function Documentation

template<typename CycleEl , typename IdxT = int>
bool paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator::operator!= ( vertex_iterator  ei) const
inline

operator!=

Parameters
ei
Returns

Definition at line 155 of file simple_cycle.hpp.

template<typename CycleEl , typename IdxT = int>
const CycleEl& paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator::operator* ( ) const
inline

operator*()

Returns

Definition at line 178 of file simple_cycle.hpp.

template<typename CycleEl , typename IdxT = int>
vertex_iterator& paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator::operator++ ( )
inline

operator++()

Returns

Definition at line 127 of file simple_cycle.hpp.

template<typename CycleEl , typename IdxT = int>
vertex_iterator paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator::operator++ ( int  )
inline

operator++(int)

Returns

Definition at line 142 of file simple_cycle.hpp.

template<typename CycleEl , typename IdxT = int>
const CycleEl* const paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator::operator-> ( ) const
inline

operator->()

Returns

Definition at line 171 of file simple_cycle.hpp.

template<typename CycleEl , typename IdxT = int>
bool paal::data_structures::simple_cycle< CycleEl, IdxT >::vertex_iterator::operator== ( vertex_iterator  ei) const
inline

operator==

Parameters
ei
Returns

Definition at line 164 of file simple_cycle.hpp.


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