Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
graph_as_tree.hpp File Reference
Include dependency graph for graph_as_tree.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::graph_as_tree_base< Graph, Node, ChIt, Derived >
 
struct  boost::graph_as_tree_tag
 
class  boost::graph_as_tree< Graph, ParentMap, Node, ChIt >
 
struct  boost::detail::graph_as_tree_vertex_property_selector
 
struct  boost::detail::graph_as_tree_vertex_property_selector::bind_< GraphAsTree, Property, Tag >
 
struct  boost::detail::graph_as_tree_edge_property_selector
 
struct  boost::detail::graph_as_tree_edge_property_selector::bind_< GraphAsTree, Property, Tag >
 
struct  boost::vertex_property_selector< graph_as_tree_tag >
 
struct  boost::edge_property_selector< graph_as_tree_tag >
 

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)