![]() |
MDBX Containers
|
▼Nmdbxc | |
CBaseTable | Base class providing common functionality for MDBX database access |
CConfig | Parameters used by Connection to create the MDBX environment |
CConnection | Manages a single MDBX environment and an optional read-only transaction |
Chas_from_bytes | Trait to check if a type provides a static from_bytes() method |
Chas_to_bytes | Trait to check if a type provides a to_bytes() member |
Chas_value_type | Trait indicating that a container defines value_type |
▼CKeyValueTable | Template class for managing key-value pairs in an MDBX database |
CAssignmentProxy | Helper proxy for convenient assignment via operator[] |
CMdbxException | Represents a specific exception for MDBX-related errors |
CPathComponents | Structure to hold the root and components of a path |
CTransaction | Manages MDBX transactions with automatic cleanup and error handling |
CTransactionTracker | Associates MDBX transactions with threads |
CConcurrentStruct | |
CMyData | Storing a custom struct with to_bytes/from_bytes |
CMyStruct | Shows scoped transaction usage |
CSimpleStruct |