PMEMKV
1.5.0-git49.g4c2663e
This is the C++ documentation for PMEMKV.
|
▼Npmem | Persistent memory namespace |
▼Nkv | Main pmemkv namespace |
▼Ninternal | Internal pmemkv classes for C++ API |
Cunique_ptr_wrapper_base | |
Cunique_ptr_wrapper | |
Ccomparator_base | |
Ccomparator_wrapper | |
Ccomparator_config_entry | |
Cbad_result_access | Defines a type of object to be thrown by result::get_value() when result doesn't contain value |
Cresult | Stores result of an operation. It always contains status and optionally can contain value |
Cconfig | Holds configuration parameters for engines |
Ctx | Pmemkv transaction handle |
▼Cdb | Main pmemkv class, it provides functions to operate on data in database |
▼Citerator | Iterator provides methods to iterate over records in db |
▼COutputIterator | OutputIterator provides iteration through elements without a possibility of reading them. It is only allowed to modify them |
Cassign_only |