Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::ReadablePropertyMapConcept< PMap, Key > Struct Template Reference

#include <property_map.hpp>

Collaboration diagram for boost::ReadablePropertyMapConcept< PMap, Key >:

Public Types

typedef property_traits< PMap >
::key_type 
key_type
 
typedef property_traits< PMap >
::reference 
reference
 
typedef property_traits< PMap >
::category 
Category
 
typedef
boost::readable_property_map_tag 
ReadableTag
 

Public Member Functions

void constraints ()
 

Public Attributes

PMap pmap
 
Key k
 
property_traits< PMap >::value_type val
 

Member Typedef Documentation

template<class PMap , class Key >
typedef property_traits<PMap>::category boost::ReadablePropertyMapConcept< PMap, Key >::Category
template<class PMap , class Key >
typedef property_traits<PMap>::key_type boost::ReadablePropertyMapConcept< PMap, Key >::key_type
template<class PMap , class Key >
typedef boost::readable_property_map_tag boost::ReadablePropertyMapConcept< PMap, Key >::ReadableTag
template<class PMap , class Key >
typedef property_traits<PMap>::reference boost::ReadablePropertyMapConcept< PMap, Key >::reference

Member Function Documentation

Member Data Documentation

template<class PMap , class Key >
Key boost::ReadablePropertyMapConcept< PMap, Key >::k
template<class PMap , class Key >
PMap boost::ReadablePropertyMapConcept< PMap, Key >::pmap
template<class PMap , class Key >
property_traits<PMap>::value_type boost::ReadablePropertyMapConcept< PMap, Key >::val

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