PMEMKV  1.5.0-git49.g4c2663e
This is the C++ documentation for PMEMKV.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cpmem::kv::db::iterator< IsConst >::OutputIterator< T >::assign_only
 Cpmem::kv::internal::comparator_base
 Cpmem::kv::internal::comparator_wrapper< Comparator >
 Cpmem::kv::configHolds configuration parameters for engines
 Cpmem::kv::dbMain pmemkv class, it provides functions to operate on data in database
 Cpmem::kv::db::iterator< IsConst >Iterator provides methods to iterate over records in db
 Cpmem::kv::db::iterator< IsConst >::OutputIterator< T >OutputIterator provides iteration through elements without a possibility of reading them. It is only allowed to modify them
 Cpmem::kv::result< T >Stores result of an operation. It always contains status and optionally can contain value
 Cstd::runtime_error
 Cpmem::kv::bad_result_accessDefines a type of object to be thrown by result::get_value() when result doesn't contain value
 Cpmem::kv::txPmemkv transaction handle
 Cpmem::kv::internal::unique_ptr_wrapper_base
 Cpmem::kv::internal::comparator_config_entry
 Cpmem::kv::internal::unique_ptr_wrapper< T, D >