Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::matrix_adj_iterator< Iter, Vertex > Class Template Reference

#include <matrix_as_graph.hpp>

Inheritance diagram for boost::matrix_adj_iterator< Iter, Vertex >:
Collaboration diagram for boost::matrix_adj_iterator< Iter, Vertex >:

Public Member Functions

 matrix_adj_iterator ()
 
 matrix_adj_iterator (Iter i)
 
 matrix_adj_iterator (const self &x)
 
selfoperator= (const self &x)
 
Vertex operator* ()
 
selfoperator++ ()
 
self operator++ (int)
 
bool operator== (const self &x) const
 
bool operator!= (const self &x) const
 

Protected Attributes

Iter _iter
 

Constructor & Destructor Documentation

template<class Iter , class Vertex >
boost::matrix_adj_iterator< Iter, Vertex >::matrix_adj_iterator ( )
inline
template<class Iter , class Vertex >
boost::matrix_adj_iterator< Iter, Vertex >::matrix_adj_iterator ( Iter  i)
inline
template<class Iter , class Vertex >
boost::matrix_adj_iterator< Iter, Vertex >::matrix_adj_iterator ( const self x)
inline

Member Function Documentation

template<class Iter , class Vertex >
bool boost::matrix_adj_iterator< Iter, Vertex >::operator!= ( const self x) const
inline
template<class Iter , class Vertex >
Vertex boost::matrix_adj_iterator< Iter, Vertex >::operator* ( )
inline
template<class Iter , class Vertex >
self& boost::matrix_adj_iterator< Iter, Vertex >::operator++ ( )
inline
template<class Iter , class Vertex >
self boost::matrix_adj_iterator< Iter, Vertex >::operator++ ( int  )
inline
template<class Iter , class Vertex >
self& boost::matrix_adj_iterator< Iter, Vertex >::operator= ( const self x)
inline
template<class Iter , class Vertex >
bool boost::matrix_adj_iterator< Iter, Vertex >::operator== ( const self x) const
inline

Member Data Documentation


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