Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::subgraph_local_pmap::bind_< Tag, SubGraph, Property > Struct Template Reference

#include <subgraph.hpp>

Public Types

typedef SubGraph::graph_type Graph
 
typedef SubGraph * SubGraphPtr
 
typedef const SubGraph * const_SubGraphPtr
 
typedef extract_lg_tag< Tag >::type TagType
 
typedef property_map< Graph,
TagType >::type 
PMap
 
typedef property_map< Graph,
TagType >::const_type 
const_PMap
 
typedef
subgraph_local_property_map
< SubGraphPtr, PMap, TagType
type
 
typedef
subgraph_local_property_map
< const_SubGraphPtr,
const_PMap, TagType
const_type
 

Member Typedef Documentation

template<class Tag , class SubGraph , class Property >
typedef property_map<Graph, TagType>::const_type boost::detail::subgraph_local_pmap::bind_< Tag, SubGraph, Property >::const_PMap
template<class Tag , class SubGraph , class Property >
typedef const SubGraph* boost::detail::subgraph_local_pmap::bind_< Tag, SubGraph, Property >::const_SubGraphPtr
template<class Tag , class SubGraph , class Property >
typedef subgraph_local_property_map<const_SubGraphPtr, const_PMap, TagType> boost::detail::subgraph_local_pmap::bind_< Tag, SubGraph, Property >::const_type
template<class Tag , class SubGraph , class Property >
typedef SubGraph::graph_type boost::detail::subgraph_local_pmap::bind_< Tag, SubGraph, Property >::Graph
template<class Tag , class SubGraph , class Property >
typedef property_map<Graph, TagType>::type boost::detail::subgraph_local_pmap::bind_< Tag, SubGraph, Property >::PMap
template<class Tag , class SubGraph , class Property >
typedef SubGraph* boost::detail::subgraph_local_pmap::bind_< Tag, SubGraph, Property >::SubGraphPtr
template<class Tag , class SubGraph , class Property >
typedef extract_lg_tag<Tag>::type boost::detail::subgraph_local_pmap::bind_< Tag, SubGraph, Property >::TagType
template<class Tag , class SubGraph , class Property >
typedef subgraph_local_property_map<SubGraphPtr, PMap, TagType> boost::detail::subgraph_local_pmap::bind_< Tag, SubGraph, Property >::type

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