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

Classes

struct  boost::property_reduce< Property >
 Metafunction that produces a reduction operation for the given property. More...
 
class  boost::property_reduce< Property >::apply< Value >
 
struct  boost::property_reduce< vertex_color_t >
 Reduction of vertex colors can only darken, not lighten, the color. More...
 
class  boost::property_reduce< vertex_color_t >::apply< Color >
 
struct  boost::property_reduce< vertex_distance_t >
 Reduction of a distance always takes the shorter distance. More...
 
class  boost::property_reduce< vertex_distance_t >::apply< T >
 
struct  boost::property_reduce< vertex_predecessor_t >
 
class  boost::property_reduce< vertex_predecessor_t >::apply< T >
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename Property , typename PropertyMap >
void boost::set_property_map_role (Property p, PropertyMap pm)