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

Description

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

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

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

Definition at line 114 of file GraphBoost.h.

◆ value_type

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

Definition at line 115 of file GraphBoost.h.

◆ difference_type

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

Definition at line 116 of file GraphBoost.h.

◆ pointer

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

Definition at line 117 of file GraphBoost.h.

◆ reference

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

Definition at line 118 of file GraphBoost.h.

Constructor & Destructor Documentation

◆ VertexOuterIterator() [1/3]

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

Definition at line 124 of file GraphBoost.h.

◆ VertexOuterIterator() [2/3]

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

Definition at line 125 of file GraphBoost.h.

◆ VertexOuterIterator() [3/3]

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

Definition at line 126 of file GraphBoost.h.

Member Function Documentation

◆ operator=()

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

Definition at line 127 of file GraphBoost.h.

◆ operator++() [1/2]

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

Definition at line 128 of file GraphBoost.h.

◆ operator--() [1/2]

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

Definition at line 129 of file GraphBoost.h.

◆ operator++() [2/2]

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

Definition at line 130 of file GraphBoost.h.

◆ operator--() [2/2]

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

Definition at line 131 of file GraphBoost.h.

◆ operator==()

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

Definition at line 132 of file GraphBoost.h.

◆ operator!=()

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

Definition at line 133 of file GraphBoost.h.

◆ operator*()

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

Definition at line 134 of file GraphBoost.h.


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