Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::degree_property_map< Graph > Class Template Reference

#include <properties.hpp>

Inheritance diagram for boost::degree_property_map< Graph >:
Collaboration diagram for boost::degree_property_map< Graph >:

Public Types

typedef graph_traits< Graph >
::vertex_descriptor 
key_type
 
typedef graph_traits< Graph >
::degree_size_type 
value_type
 
typedef value_type reference
 
typedef readable_property_map_tag category
 

Public Member Functions

 degree_property_map (const Graph &g)
 
value_type operator[] (const key_type &v) const
 

Member Typedef Documentation

template<typename Graph >
typedef readable_property_map_tag boost::degree_property_map< Graph >::category
template<typename Graph >
typedef graph_traits<Graph>::vertex_descriptor boost::degree_property_map< Graph >::key_type
template<typename Graph >
typedef value_type boost::degree_property_map< Graph >::reference
template<typename Graph >
typedef graph_traits<Graph>::degree_size_type boost::degree_property_map< Graph >::value_type

Constructor & Destructor Documentation

template<typename Graph >
boost::degree_property_map< Graph >::degree_property_map ( const Graph &  g)
inline

Member Function Documentation

template<typename Graph >
value_type boost::degree_property_map< Graph >::operator[] ( const key_type v) const
inline

References boost::degree().


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