A specialized external property map class, which uses a std::mad as the container type.  
 More...
|  | 
|  | map_property_map () | 
|  | A constructor, which calls the graph_external_property_map constructor with a container of type container_type. 
 | 
|  | 
|  | map_property_map (Functor f) | 
|  | A constructor, which calls the graph_external_property_map constructor with a container of type container_type and the specified functor. 
 | 
|  | 
| void | reset () | 
|  | Resets the properties of each vertex to a default property. 
 | 
|  | 
| void | apply (Object o, Functor2 f2) | 
|  | Applies an alternate functor to the specified object.  More... 
 | 
|  | 
| void | put (Object o, property_value_type c) | 
|  | Assigns a property to the specified object.  More... 
 | 
|  | 
| property_value_type | get (Object o) | 
|  | Returns the property of a given object.  More... 
 | 
|  | 
template<class G, class T, class Functor = ident_prop_func<T>>
class stapl::sequential::map_property_map< G, T, Functor >
A specialized external property map class, which uses a std::mad as the container type. 
- Template Parameters
- 
  
    | G | The graph type for the property map. |  | T | The type of object held by the map. |  | Functor | The functor for the property map. |