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

Description

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

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

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

Definition at line 171 of file GraphBoost.h.

◆ value_type

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

Definition at line 172 of file GraphBoost.h.

◆ difference_type

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

Definition at line 173 of file GraphBoost.h.

◆ pointer

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

Definition at line 174 of file GraphBoost.h.

◆ reference

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

Definition at line 175 of file GraphBoost.h.

Constructor & Destructor Documentation

◆ EdgeOuterIterator() [1/3]

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

Definition at line 181 of file GraphBoost.h.

◆ EdgeOuterIterator() [2/3]

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

Definition at line 182 of file GraphBoost.h.

◆ EdgeOuterIterator() [3/3]

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

Definition at line 183 of file GraphBoost.h.

Member Function Documentation

◆ operator=()

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

Definition at line 184 of file GraphBoost.h.

◆ operator++() [1/2]

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

Definition at line 185 of file GraphBoost.h.

◆ operator--() [1/2]

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

Definition at line 186 of file GraphBoost.h.

◆ operator++() [2/2]

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

Definition at line 187 of file GraphBoost.h.

◆ operator--() [2/2]

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

Definition at line 188 of file GraphBoost.h.

◆ operator==()

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

Definition at line 189 of file GraphBoost.h.

◆ operator!=()

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

Definition at line 190 of file GraphBoost.h.

◆ operator*()

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

Definition at line 191 of file GraphBoost.h.


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