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 |