PMDK C++ bindings  1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
pmem::detail::volatile_state Class Reference

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)
 

Detailed Description

Global key value store which allows persistent objects to use volatile memory.

Entries in this kv store are indexed by PMEMoids.


The documentation for this class was generated from the following file: