ROSE  0.11.145.0
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
 

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