PMDK C++ bindings
1.2.0
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Cpmem::obj::allocator< T, Policy, Traits > | (EXPERIMENTAL) Encapsulates the information about the persistent memory allocation model using PMDK's libpmemobj |
Cpmem::obj::transaction::automatic | C++ automatic scope transaction class |
Cpmem::obj::condition_variable | Persistent memory resident condition variable |
Cpmem::lock_error | Custom lock error class |
Cpmem::obj::transaction::manual | C++ manual scope transaction class |
Cpmem::manual_tx_abort | Custom transaction error class |
Cpmem::obj::mutex | Persistent memory resident mutex implementation |
Cpmem::obj::object_traits< T > | Encapsulates object specific allocator functionality |
Cpmem::obj::object_traits< void > | Object traits specialization for the void type |
Cpmem::obj::p< T > | Resides on pmem class |
▼Cpmem::detail::persistent_ptr_base< T > | Persistent_ptr base class |
Cpmem::obj::persistent_ptr< T > | Persistent pointer class |
Cpmem::detail::persistent_ptr_base< const void > | |
Cpmem::detail::persistent_ptr_base< void > | |
▼Cpmem::obj::pool_base | The non-template pool base class |
Cpmem::obj::pool< T > | PMEMobj pool class |
Cpmem::pool_error | Custom pool error class |
Cpmem::obj::object_traits< T >::rebind< U > | Rebind to a different type |
Cpmem::obj::object_traits< void >::rebind< U > | Rebind to a different type |
Cpmem::obj::standard_alloc_policy< void >::rebind< U > | Rebind to a different type |
Cpmem::obj::allocator< T, Policy, Traits >::rebind< U > | Rebind to a different type |
Cpmem::obj::standard_alloc_policy< T >::rebind< U > | Rebind to a different type |
Cpmem::obj::shared_mutex | Persistent memory resident shared_mutex implementation |
Cpmem::obj::standard_alloc_policy< T > | The allocation policy template for a given type |
Cpmem::obj::standard_alloc_policy< void > | Void specialization of the standard allocation policy |
Cpmem::obj::timed_mutex | Persistent memory resident timed_mutex implementation |
Cpmem::obj::transaction | C++ transaction handler class |
▼Cpmem::transaction_error | Custom transaction error class |
▼Cpmem::transaction_alloc_error | Custom transaction error class |
Cpmem::transaction_free_error | Custom transaction error class |
Cpmem::transaction_scope_error | Custom transaction error class |
Cpmem::obj::transaction::automatic::uncaught_exception_counter | Internal class for counting active exceptions |