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_func< Distribution, Graph > Struct Template Reference

#include <compressed_sparse_row_graph.hpp>

Public Types

typedef boost::graph_traits
< Graph >::vertex_descriptor 
vertex_descriptor
 
typedef boost::graph_traits
< Graph >::vertices_size_type 
vertices_size_type
 
typedef std::pair
< vertex_descriptor,
vertex_descriptor
result_type
 
typedef std::pair
< vertices_size_type,
vertices_size_type
base_iterator_type
 

Public Member Functions

 index_to_vertex_func (const Distribution &dist, const Graph &g)
 
result_type operator() (const base_iterator_type &p) const
 

Member Typedef Documentation

template<typename Distribution , typename Graph >
typedef std::pair<vertices_size_type, vertices_size_type> boost::index_to_vertex_func< Distribution, Graph >::base_iterator_type
template<typename Distribution , typename Graph >
typedef std::pair<vertex_descriptor, vertex_descriptor> boost::index_to_vertex_func< Distribution, Graph >::result_type
template<typename Distribution , typename Graph >
typedef boost::graph_traits<Graph>::vertex_descriptor boost::index_to_vertex_func< Distribution, Graph >::vertex_descriptor
template<typename Distribution , typename Graph >
typedef boost::graph_traits<Graph>::vertices_size_type boost::index_to_vertex_func< Distribution, Graph >::vertices_size_type

Constructor & Destructor Documentation

template<typename Distribution , typename Graph >
boost::index_to_vertex_func< Distribution, Graph >::index_to_vertex_func ( const Distribution &  dist,
const Graph &  g 
)
inline

Member Function Documentation

template<typename Distribution , typename Graph >
result_type boost::index_to_vertex_func< Distribution, Graph >::operator() ( const base_iterator_type p) const
inline

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