#include <shared_array_property_map.hpp>


Public Types | |
| typedef property_traits < IndexMap >::key_type | key_type |
| typedef T | value_type |
| typedef T & | reference |
| typedef boost::lvalue_property_map_tag | category |
Public Member Functions | |
| shared_array_property_map () | |
| shared_array_property_map (size_t n, const IndexMap &_id=IndexMap()) | |
| T & | operator[] (key_type v) const |
| typedef boost::lvalue_property_map_tag boost::shared_array_property_map< T, IndexMap >::category |
| typedef property_traits<IndexMap>::key_type boost::shared_array_property_map< T, IndexMap >::key_type |
| typedef T& boost::shared_array_property_map< T, IndexMap >::reference |
| typedef T boost::shared_array_property_map< T, IndexMap >::value_type |
|
inline |
|
inlineexplicit |
|
inline |