Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::edge_index_update_visitor< EdgeIndexMap > Struct Template Reference

#include <add_edge_visitors.hpp>

Public Types

typedef property_traits
< EdgeIndexMap >::value_type 
edge_index_value_t
 

Public Member Functions

 edge_index_update_visitor (EdgeIndexMap em, edge_index_value_t next_index_available)
 
template<typename Graph , typename Vertex >
void visit_vertex_pair (Vertex u, Vertex v, Graph &g)
 

Member Typedef Documentation

template<typename EdgeIndexMap >
typedef property_traits<EdgeIndexMap>::value_type boost::edge_index_update_visitor< EdgeIndexMap >::edge_index_value_t

Constructor & Destructor Documentation

template<typename EdgeIndexMap >
boost::edge_index_update_visitor< EdgeIndexMap >::edge_index_update_visitor ( EdgeIndexMap  em,
edge_index_value_t  next_index_available 
)
inline

Member Function Documentation

template<typename EdgeIndexMap >
template<typename Graph , typename Vertex >
void boost::edge_index_update_visitor< EdgeIndexMap >::visit_vertex_pair ( Vertex  u,
Vertex  v,
Graph &  g 
)
inline

References boost::add_edge(), and boost::put().


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