#include <matrix_as_graph.hpp>
Public Member Functions | |
matrix_incidence_iterator () | |
matrix_incidence_iterator (Iter i) | |
matrix_incidence_iterator (const self &x) | |
self & | operator= (const self &x) |
Iter | operator* () |
self & | operator++ () |
self | operator++ (int) |
bool | operator== (const self &x) const |
bool | operator!= (const self &x) const |
Protected Attributes | |
Iter | _iter |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Referenced by boost::matrix_incidence_iterator< Iter, Vertex >::operator!=(), boost::matrix_incidence_iterator< Iter, Vertex >::operator*(), boost::matrix_incidence_iterator< Iter, Vertex >::operator++(), boost::matrix_incidence_iterator< Iter, Vertex >::operator=(), and boost::matrix_incidence_iterator< Iter, Vertex >::operator==().