PMDK C++ bindings
1.2.0
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Libpmemobj C++ utils. More...
#include "libpmemobj++/detail/pexceptions.hpp"
#include "libpmemobj++/persistent_ptr.hpp"
#include "libpmemobj/base.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
pool_base | pmem::obj::pool_by_vptr (const T *that) |
Retrieve pool handle for the given pointer. More... | |
template<typename T > | |
pool_base | pmem::obj::pool_by_pptr (const persistent_ptr< T > ptr) |
Retrieve pool handle for the given persistent_ptr. More... | |
Libpmemobj C++ utils.