PMDK C++ bindings
1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Global key value store which allows persistent objects to use volatile memory. More...
#include <libpmemobj++/detail/volatile_state.hpp>
Static Public Member Functions | |
template<typename T > | |
static T * | get_if_exists (const PMEMoid &oid) |
template<typename T > | |
static T * | get (const PMEMoid &oid) |
static void | destroy (const PMEMoid &oid) |
Global key value store which allows persistent objects to use volatile memory.
Entries in this kv store are indexed by PMEMoids.