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

Description

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

Definition at line 139 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

 ConstVertexOuterIterator (const ConstVertexOuterIterator &other)
 
 ConstVertexOuterIterator (const VertexOuterIterator< V, E, VKey, EKey, Alloc > &other)
 
 ConstVertexOuterIterator (const BaseIter &base)
 
ConstVertexOuterIteratoroperator= (const ConstVertexOuterIterator &other)
 
ConstVertexOuterIteratoroperator++ ()
 
ConstVertexOuterIteratoroperator-- ()
 
ConstVertexOuterIterator operator++ (int)
 
ConstVertexOuterIterator operator-- (int)
 
bool operator== (const ConstVertexOuterIterator &other) const
 
bool operator!= (const ConstVertexOuterIterator &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::ConstVertexOuterIterator< V, E, VKey, EKey, Alloc >::iterator_category = std::bidirectional_iterator_tag

Definition at line 142 of file GraphBoost.h.

◆ value_type

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

Definition at line 143 of file GraphBoost.h.

◆ difference_type

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

Definition at line 144 of file GraphBoost.h.

◆ pointer

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

Definition at line 145 of file GraphBoost.h.

◆ reference

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

Definition at line 146 of file GraphBoost.h.

Constructor & Destructor Documentation

◆ ConstVertexOuterIterator() [1/4]

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

Definition at line 152 of file GraphBoost.h.

◆ ConstVertexOuterIterator() [2/4]

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

Definition at line 153 of file GraphBoost.h.

◆ ConstVertexOuterIterator() [3/4]

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

Definition at line 154 of file GraphBoost.h.

◆ ConstVertexOuterIterator() [4/4]

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

Definition at line 155 of file GraphBoost.h.

Member Function Documentation

◆ operator=()

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

Definition at line 156 of file GraphBoost.h.

◆ operator++() [1/2]

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

Definition at line 157 of file GraphBoost.h.

◆ operator--() [1/2]

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

Definition at line 158 of file GraphBoost.h.

◆ operator++() [2/2]

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

Definition at line 159 of file GraphBoost.h.

◆ operator--() [2/2]

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

Definition at line 160 of file GraphBoost.h.

◆ operator==()

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

Definition at line 161 of file GraphBoost.h.

◆ operator!=()

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

Definition at line 162 of file GraphBoost.h.

◆ operator*()

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

Definition at line 163 of file GraphBoost.h.


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