MDBX Containers
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nmdbxc
 CAnyValueTableTable storing values of arbitrary type associated with a key
 CBaseTableBase class providing common functionality for MDBX database access
 CConfigParameters used by Connection to create the MDBX environment
 CConnectionManages a single MDBX environment and an optional read-only transaction
 Chas_from_bytesTrait to check if a type provides a static from_bytes() method
 Chas_to_bytesTrait to check if a type provides a to_bytes() member
 Chas_value_typeTrait indicating that a container defines value_type
 CKeyMultiValueTableMulti-value table (duplicate keys allowed) persisted in MDBX
 CKeyTableOrdered key->value table persisted in MDBX
 CKeyValueTableTemplate class for managing key-value pairs in an MDBX database
 CAssignmentProxyHelper proxy for convenient assignment via operator[]
 CMdbxExceptionRepresents a specific exception for MDBX-related errors
 CPathComponentsStructure to hold the root and components of a path
 CSerializeScratchPer-call scratch buffer to produce MDBX_val without using thread_local
 CTransactionManages MDBX transactions with automatic cleanup and error handling
 CTransactionTrackerAssociates MDBX transactions with threads
 CConcurrentStruct
 CMyDataStoring a custom struct with to_bytes/from_bytes
 CMyStructDemonstrates storing values of arbitrary types using AnyValueTable
 CSimpleStruct
 CSyncOStream