#include <vector>
#include <boost/config.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/graph/tree_traits.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/graph/visitors.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::detail | |
Functions | |
template<typename Graph , typename P , typename N , typename C , typename Property > | |
property_map< Graph, Property > ::type | boost::get (Property p, graph_as_tree< Graph, P, N, C > &g) |
template<typename Graph , typename P , typename N , typename C , typename Property > | |
property_map< Graph, Property > ::const_type | boost::get (Property p, const graph_as_tree< Graph, P, N, C > &g) |
template<typename Graph , typename P , typename N , typename C , typename Property , typename Key > | |
property_traits< typename property_map< Graph, Property > ::const_type >::value_type | boost::get (Property p, const graph_as_tree< Graph, P, N, C > &g, const Key &k) |
template<typename Graph , typename P , typename N , typename C , typename Property , typename Key , typename Value > | |
void | boost::put (Property p, const graph_as_tree< Graph, P, N, C > &g, const Key &k, const Value &val) |