#include <matrix_as_graph.hpp>


Public Member Functions | |
| matrix_adj_iterator () | |
| matrix_adj_iterator (Iter i) | |
| matrix_adj_iterator (const self &x) | |
| self & | operator= (const self &x) |
| Vertex | 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 |
References boost::matrix_adj_iterator< Iter, Vertex >::_iter, and boost::flyweights::x.
|
inline |
|
inline |
|
inline |
References boost::matrix_adj_iterator< Iter, Vertex >::_iter, and boost::flyweights::t.
|
inline |
References boost::matrix_adj_iterator< Iter, Vertex >::_iter, and boost::flyweights::x.
|
inline |
References boost::matrix_adj_iterator< Iter, Vertex >::_iter, and boost::flyweights::x.
|
protected |
Referenced by boost::matrix_adj_iterator< Iter, Vertex >::operator!=(), boost::matrix_adj_iterator< Iter, Vertex >::operator*(), boost::matrix_adj_iterator< Iter, Vertex >::operator++(), boost::matrix_adj_iterator< Iter, Vertex >::operator=(), and boost::matrix_adj_iterator< Iter, Vertex >::operator==().