The global property map returns the global properties associated with local descriptors. More...
#include <subgraph.hpp>


Public Types | |
| typedef mpl::if_< is_const < typename remove_pointer < GraphPtr >::type > , readable_property_map_tag, typename Traits::category > ::type | category |
| typedef Traits::value_type | value_type |
| typedef Traits::key_type | key_type |
| typedef Traits::reference | reference |
Public Member Functions | |
| subgraph_global_property_map () | |
| subgraph_global_property_map (GraphPtr g, Tag tag) | |
| reference | operator[] (key_type e) const |
Public Attributes | |
| GraphPtr | m_g |
| Tag | m_tag |
The global property map returns the global properties associated with local descriptors.
| typedef mpl::if_<is_const<typename remove_pointer<GraphPtr>::type>, readable_property_map_tag, typename Traits::category>::type boost::subgraph_global_property_map< GraphPtr, PropertyMap, Tag >::category |
| typedef Traits::key_type boost::subgraph_global_property_map< GraphPtr, PropertyMap, Tag >::key_type |
| typedef Traits::reference boost::subgraph_global_property_map< GraphPtr, PropertyMap, Tag >::reference |
| typedef Traits::value_type boost::subgraph_global_property_map< GraphPtr, PropertyMap, Tag >::value_type |
|
inline |
|
inline |
|
inline |
| GraphPtr boost::subgraph_global_property_map< GraphPtr, PropertyMap, Tag >::m_g |
| Tag boost::subgraph_global_property_map< GraphPtr, PropertyMap, Tag >::m_tag |