Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
caching_property_map.hpp File Reference
Include dependency graph for caching_property_map.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::parallel::caching_property_map< PropertyMap >
 Property map that caches values placed in it but does not broadcast values to remote processors. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::parallel
 

Functions

template<typename Key , typename Value >
void boost::local_put (dummy_property_map, const Key &, const Value &)
 
template<typename PropertyMap , typename Key >
caching_property_map
< PropertyMap >::value_type 
boost::parallel::get (const caching_property_map< PropertyMap > &pm, const Key &key)
 
template<typename PropertyMap , typename Key , typename Value >
void boost::parallel::local_put (const caching_property_map< PropertyMap > &pm, const Key &key, const Value &value)
 
template<typename PropertyMap , typename Key , typename Value >
void boost::parallel::cache (const caching_property_map< PropertyMap > &pm, const Key &key, const Value &value)
 
template<typename PropertyMap , typename Key , typename Value >
void boost::parallel::put (const caching_property_map< PropertyMap > &pm, const Key &key, const Value &value)
 
template<typename PropertyMap >
caching_property_map< PropertyMap > boost::parallel::make_caching_property_map (const PropertyMap &pm)