STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes | Typedefs | Variables
stapl::runtime::anonymous_namespace{p_object_registry.cc} Namespace Reference

Classes

struct  registry_entry
 Typed p_object registry entry. More...
 

Typedefs

using registry_type = boost::multi_index::multi_index_container< registry_entry, boost::multi_index::indexed_by< boost::multi_index::hashed_unique< boost::multi_index::composite_key< registry_entry, BOOST_MULTI_INDEX_MEMBER(registry_entry, const void *, address), BOOST_MULTI_INDEX_MEMBER(registry_entry, std::type_index, type)> >, boost::multi_index::hashed_unique< boost::multi_index::tag< rmi_handle >, BOOST_MULTI_INDEX_MEMBER(registry_entry, const rmi_handle *, handle)> >>
 Typed p_object registry.
 

Variables

registry_type typed_object_registry
 
std::mutex typed_object_registry_mtx