NVML C++ bindings  1.1.0
This is the C++ bindings documentation for NVML's libpmemobj.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cnvml::obj::allocator< T, Policy, Traits >(EXPERIMENTAL) Encapsulates the information about the persistent memory allocation model using NVML's libpmemobj
 Cnvml::obj::transaction::automaticC++ automatic scope transaction class
 Cnvml::obj::condition_variablePersistent memory resident condition variable
 Cnvml::lock_errorCustom lock error class
 Cnvml::obj::transaction::manualC++ manual scope transaction class
 Cnvml::manual_tx_abortCustom transaction error class
 Cnvml::obj::mutexPersistent memory resident mutex implementation
 Cnvml::obj::object_traits< T >Encapsulates object specific allocator functionality
 Cnvml::obj::object_traits< void >Object traits specialization for the void type
 Cnvml::obj::p< T >Resides on pmem class
 Cnvml::detail::persistent_ptr_base< T >Persistent_ptr base class
 Cnvml::obj::persistent_ptr< T >Persistent pointer class
 Cnvml::detail::persistent_ptr_base< const void >
 Cnvml::detail::persistent_ptr_base< void >
 Cnvml::obj::pool_baseThe non-template pool base class
 Cnvml::obj::pool< T >PMEMobj pool class
 Cnvml::pool_errorCustom pool error class
 Cnvml::obj::object_traits< T >::rebind< U >Rebind to a different type
 Cnvml::obj::object_traits< void >::rebind< U >Rebind to a different type
 Cnvml::obj::standard_alloc_policy< void >::rebind< U >Rebind to a different type
 Cnvml::obj::allocator< T, Policy, Traits >::rebind< U >Rebind to a different type
 Cnvml::obj::standard_alloc_policy< T >::rebind< U >Rebind to a different type
 Cnvml::obj::shared_mutexPersistent memory resident shared_mutex implementation
 Cnvml::obj::standard_alloc_policy< T >The allocation policy template for a given type
 Cnvml::obj::standard_alloc_policy< void >Void specialization of the standard allocation policy
 Cnvml::obj::timed_mutexPersistent memory resident timed_mutex implementation
 Cnvml::obj::transactionC++ transaction handler class
 Cnvml::transaction_errorCustom transaction error class
 Cnvml::transaction_alloc_errorCustom transaction error class
 Cnvml::transaction_free_errorCustom transaction error class
 Cnvml::transaction_scope_errorCustom transaction error class
 Cnvml::obj::transaction::automatic::uncaught_exception_counterInternal class for counting active exceptions