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

#include <property_map.hpp>

Inheritance diagram for boost::dummy_property_map:
Collaboration diagram for boost::dummy_property_map:

Public Types

typedef void key_type
 
typedef int value_type
 
typedef
detail::dummy_pmap_reference 
reference
 
typedef
boost::read_write_property_map_tag 
category
 

Public Member Functions

 dummy_property_map ()
 
 dummy_property_map (value_type cc)
 
 dummy_property_map (const dummy_property_map &x)
 
template<class Vertex >
reference operator[] (Vertex) const
 

Protected Attributes

value_type c
 

Member Typedef Documentation

Constructor & Destructor Documentation

boost::dummy_property_map::dummy_property_map ( )
inline
boost::dummy_property_map::dummy_property_map ( value_type  cc)
inline
boost::dummy_property_map::dummy_property_map ( const dummy_property_map x)
inline

Member Function Documentation

template<class Vertex >
reference boost::dummy_property_map::operator[] ( Vertex  ) const
inline

Member Data Documentation

value_type boost::dummy_property_map::c
protected

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