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

#include <core_numbers.hpp>

Inheritance diagram for boost::detail::constant_value_property_map< ValueType >:
Collaboration diagram for boost::detail::constant_value_property_map< ValueType >:

Public Types

typedef void key_type
 
typedef ValueType value_type
 
typedef const ValueType & reference
 
typedef
boost::readable_property_map_tag 
category
 

Public Member Functions

 constant_value_property_map (ValueType cc)
 
 constant_value_property_map (const constant_value_property_map< ValueType > &x)
 
template<class Vertex >
reference operator[] (Vertex) const
 

Protected Attributes

ValueType c
 

Member Typedef Documentation

template<typename ValueType>
typedef boost::readable_property_map_tag boost::detail::constant_value_property_map< ValueType >::category
template<typename ValueType>
typedef void boost::detail::constant_value_property_map< ValueType >::key_type
template<typename ValueType>
typedef const ValueType& boost::detail::constant_value_property_map< ValueType >::reference
template<typename ValueType>
typedef ValueType boost::detail::constant_value_property_map< ValueType >::value_type

Constructor & Destructor Documentation

template<typename ValueType>
boost::detail::constant_value_property_map< ValueType >::constant_value_property_map ( ValueType  cc)
inline
template<typename ValueType>
boost::detail::constant_value_property_map< ValueType >::constant_value_property_map ( const constant_value_property_map< ValueType > &  x)
inline

Member Function Documentation

template<typename ValueType>
template<class Vertex >
reference boost::detail::constant_value_property_map< ValueType >::operator[] ( Vertex  ) const
inline

Member Data Documentation

template<typename ValueType>
ValueType boost::detail::constant_value_property_map< ValueType >::c
protected

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