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

#include <graph_utility.hpp>

Inheritance diagram for boost::graph::add_removed_edge_capacity< Graph >:
Collaboration diagram for boost::graph::add_removed_edge_capacity< Graph >:

Public Types

typedef
add_removed_edge_property
< typename property_map< Graph,
edge_capacity_t >::type
base
 

Public Member Functions

 add_removed_edge_capacity (Graph &g)
 
void operator() (Edge stay, Edge away)
 

Public Attributes

property_map< Graph,
edge_capacity_t >::type 
ep
 

Member Typedef Documentation

template<typename Graph >
typedef add_removed_edge_property<typename property_map<Graph, edge_capacity_t>::type> boost::graph::add_removed_edge_capacity< Graph >::base

Constructor & Destructor Documentation

template<typename Graph >
boost::graph::add_removed_edge_capacity< Graph >::add_removed_edge_capacity ( Graph &  g)
inline

Member Function Documentation

void boost::graph::add_removed_edge_property< property_map< Graph, edge_capacity_t >::type >::operator() ( Edge  stay,
Edge  away 
)
inlineinherited

Member Data Documentation


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