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

Classes

struct  boost::graph::detail::derive_from_if< Derive, Base >
 
struct  boost::graph::detail::derive_from_if< true, Base >
 
struct  boost::graph::detail::derive_from_if< false, Base >
 
struct  boost::graph::detail::derive_from_if_tag_is< NewBase, Tag, OldBase >
 
class  boost::is_local_edge< DistributedGraph >
 
class  boost::is_local_vertex< DistributedGraph >
 
class  boost::local_subgraph< DistributedGraph >
 
struct  boost::local_subgraph< DistributedGraph >::traversal_category
 
class  boost::property_map< local_subgraph< DistributedGraph >, PropertyTag >
 
class  boost::property_map< local_subgraph< const DistributedGraph >, PropertyTag >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::graph
 
 boost::graph::detail
 

Functions

template<typename PropertyTag , typename DistributedGraph >
property_map< local_subgraph
< DistributedGraph >
, PropertyTag >::type 
boost::get (PropertyTag p, local_subgraph< DistributedGraph > &g)
 
template<typename PropertyTag , typename DistributedGraph >
property_map< local_subgraph
< DistributedGraph >
, PropertyTag >::const_type 
boost::get (PropertyTag p, const local_subgraph< DistributedGraph > &g)
 
template<typename DistributedGraph >
local_subgraph< DistributedGraph > boost::make_local_subgraph (DistributedGraph &g)