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

#include <compressed_sparse_row_graph.hpp>

Public Types

typedef std::input_iterator_tag iterator_category
 
typedef graph_traits< Graph >
::vertex_descriptor 
Vertex
 
typedef std::pair< Vertex, Vertexvalue_type
 
typedef const value_typereference
 
typedef const value_typepointer
 
typedef void difference_type
 

Public Member Functions

 index_to_vertex_iterator (IndexIterator index, const Graph &g)
 
reference operator* ()
 
pointer operator-> ()
 
index_to_vertex_iteratoroperator++ ()
 
index_to_vertex_iterator operator++ (int)
 
bool operator== (const index_to_vertex_iterator &other) const
 
bool operator!= (const index_to_vertex_iterator &other) const
 

Member Typedef Documentation

template<typename IndexIterator , typename Graph >
typedef void boost::index_to_vertex_iterator< IndexIterator, Graph >::difference_type
template<typename IndexIterator , typename Graph >
typedef std::input_iterator_tag boost::index_to_vertex_iterator< IndexIterator, Graph >::iterator_category
template<typename IndexIterator , typename Graph >
typedef const value_type* boost::index_to_vertex_iterator< IndexIterator, Graph >::pointer
template<typename IndexIterator , typename Graph >
typedef const value_type& boost::index_to_vertex_iterator< IndexIterator, Graph >::reference
template<typename IndexIterator , typename Graph >
typedef std::pair<Vertex, Vertex> boost::index_to_vertex_iterator< IndexIterator, Graph >::value_type
template<typename IndexIterator , typename Graph >
typedef graph_traits<Graph>::vertex_descriptor boost::index_to_vertex_iterator< IndexIterator, Graph >::Vertex

Constructor & Destructor Documentation

template<typename IndexIterator , typename Graph >
boost::index_to_vertex_iterator< IndexIterator, Graph >::index_to_vertex_iterator ( IndexIterator  index,
const Graph &  g 
)
inline

Member Function Documentation

template<typename IndexIterator , typename Graph >
bool boost::index_to_vertex_iterator< IndexIterator, Graph >::operator!= ( const index_to_vertex_iterator< IndexIterator, Graph > &  other) const
inline
template<typename IndexIterator , typename Graph >
reference boost::index_to_vertex_iterator< IndexIterator, Graph >::operator* ( )
inline
template<typename IndexIterator , typename Graph >
index_to_vertex_iterator& boost::index_to_vertex_iterator< IndexIterator, Graph >::operator++ ( )
inline
template<typename IndexIterator , typename Graph >
index_to_vertex_iterator boost::index_to_vertex_iterator< IndexIterator, Graph >::operator++ ( int  )
inline
template<typename IndexIterator , typename Graph >
pointer boost::index_to_vertex_iterator< IndexIterator, Graph >::operator-> ( )
inline
template<typename IndexIterator , typename Graph >
bool boost::index_to_vertex_iterator< IndexIterator, Graph >::operator== ( const index_to_vertex_iterator< IndexIterator, Graph > &  other) const
inline

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