ROSE 0.11.145.147
Public Types | Public Member Functions | List of all members
Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc > Class Template Reference

Description

template<class V, class E, class VKey, class EKey, class Alloc>
class Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >

Definition at line 196 of file GraphBoost.h.

Public Types

using iterator_category = std::bidirectional_iterator_tag
 
using value_type = const size_t
 
using difference_type = std::ptrdiff_t
 
using pointer = const size_t *
 
using reference = const size_t &
 

Public Member Functions

 ConstEdgeOuterIterator (const ConstEdgeOuterIterator &other)
 
 ConstEdgeOuterIterator (const EdgeOuterIterator< V, E, VKey, EKey, Alloc > &other)
 
 ConstEdgeOuterIterator (const BaseIter &base)
 
ConstEdgeOuterIteratoroperator= (const ConstEdgeOuterIterator &other)
 
ConstEdgeOuterIteratoroperator++ ()
 
ConstEdgeOuterIteratoroperator-- ()
 
ConstEdgeOuterIterator operator++ (int)
 
ConstEdgeOuterIterator operator-- (int)
 
bool operator== (const ConstEdgeOuterIterator &other) const
 
bool operator!= (const ConstEdgeOuterIterator &other) const
 
const size_t & operator* () const
 

Member Typedef Documentation

◆ iterator_category

template<class V , class E , class VKey , class EKey , class Alloc >
using Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::iterator_category = std::bidirectional_iterator_tag

Definition at line 199 of file GraphBoost.h.

◆ value_type

template<class V , class E , class VKey , class EKey , class Alloc >
using Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::value_type = const size_t

Definition at line 200 of file GraphBoost.h.

◆ difference_type

template<class V , class E , class VKey , class EKey , class Alloc >
using Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::difference_type = std::ptrdiff_t

Definition at line 201 of file GraphBoost.h.

◆ pointer

template<class V , class E , class VKey , class EKey , class Alloc >
using Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::pointer = const size_t*

Definition at line 202 of file GraphBoost.h.

◆ reference

template<class V , class E , class VKey , class EKey , class Alloc >
using Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::reference = const size_t&

Definition at line 203 of file GraphBoost.h.

Constructor & Destructor Documentation

◆ ConstEdgeOuterIterator() [1/4]

template<class V , class E , class VKey , class EKey , class Alloc >
Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::ConstEdgeOuterIterator ( )
inline

Definition at line 209 of file GraphBoost.h.

◆ ConstEdgeOuterIterator() [2/4]

template<class V , class E , class VKey , class EKey , class Alloc >
Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::ConstEdgeOuterIterator ( const ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc > &  other)
inline

Definition at line 210 of file GraphBoost.h.

◆ ConstEdgeOuterIterator() [3/4]

template<class V , class E , class VKey , class EKey , class Alloc >
Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::ConstEdgeOuterIterator ( const EdgeOuterIterator< V, E, VKey, EKey, Alloc > &  other)
inline

Definition at line 211 of file GraphBoost.h.

◆ ConstEdgeOuterIterator() [4/4]

template<class V , class E , class VKey , class EKey , class Alloc >
Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::ConstEdgeOuterIterator ( const BaseIter base)
inlineexplicit

Definition at line 212 of file GraphBoost.h.

Member Function Documentation

◆ operator=()

template<class V , class E , class VKey , class EKey , class Alloc >
ConstEdgeOuterIterator & Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::operator= ( const ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc > &  other)
inline

Definition at line 213 of file GraphBoost.h.

◆ operator++() [1/2]

template<class V , class E , class VKey , class EKey , class Alloc >
ConstEdgeOuterIterator & Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::operator++ ( )
inline

Definition at line 214 of file GraphBoost.h.

◆ operator--() [1/2]

template<class V , class E , class VKey , class EKey , class Alloc >
ConstEdgeOuterIterator & Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::operator-- ( )
inline

Definition at line 215 of file GraphBoost.h.

◆ operator++() [2/2]

template<class V , class E , class VKey , class EKey , class Alloc >
ConstEdgeOuterIterator Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::operator++ ( int  )
inline

Definition at line 216 of file GraphBoost.h.

◆ operator--() [2/2]

template<class V , class E , class VKey , class EKey , class Alloc >
ConstEdgeOuterIterator Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::operator-- ( int  )
inline

Definition at line 217 of file GraphBoost.h.

◆ operator==()

template<class V , class E , class VKey , class EKey , class Alloc >
bool Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::operator== ( const ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc > &  other) const
inline

Definition at line 218 of file GraphBoost.h.

◆ operator!=()

template<class V , class E , class VKey , class EKey , class Alloc >
bool Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::operator!= ( const ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc > &  other) const
inline

Definition at line 219 of file GraphBoost.h.

◆ operator*()

template<class V , class E , class VKey , class EKey , class Alloc >
const size_t & Sawyer::Boost::ConstEdgeOuterIterator< V, E, VKey, EKey, Alloc >::operator* ( ) const
inline

Definition at line 220 of file GraphBoost.h.


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