Define a the container and property map types requried to create an exterior edge property for the given value type. More...
#include <exterior_property.hpp>
Public Types | |
| typedef exterior_property < Graph, typename graph_traits < Graph >::edge_descriptor, Value >  | property_type | 
| typedef property_type::key_type | key_type | 
| typedef property_type::value_type | value_type | 
| typedef  property_type::container_type  | container_type | 
| typedef property_type::map_type | map_type | 
| typedef property_type::matrix_type | matrix_type | 
| typedef  property_type::matrix_map_type  | matrix_map_type | 
Define a the container and property map types requried to create an exterior edge property for the given value type.
The Graph parameter is required to model the EdgeIndexGraph concept.
| typedef property_type::container_type boost::exterior_edge_property< Graph, Value >::container_type | 
| typedef property_type::key_type boost::exterior_edge_property< Graph, Value >::key_type | 
| typedef property_type::map_type boost::exterior_edge_property< Graph, Value >::map_type | 
| typedef property_type::matrix_map_type boost::exterior_edge_property< Graph, Value >::matrix_map_type | 
| typedef property_type::matrix_type boost::exterior_edge_property< Graph, Value >::matrix_type | 
| typedef exterior_property< Graph, typename graph_traits<Graph>::edge_descriptor, Value > boost::exterior_edge_property< Graph, Value >::property_type | 
| typedef property_type::value_type boost::exterior_edge_property< Graph, Value >::value_type |