![]() |
MDBX Containers
|
Cmdbxc::KeyValueTable< KeyT, ValueT >::AssignmentProxy | Helper proxy for convenient assignment via operator[] |
▼Cmdbxc::BaseTable | Base class providing common functionality for MDBX database access |
Cmdbxc::KeyValueTable< KeyT, ValueT > | Template class for managing key-value pairs in an MDBX database |
CConcurrentStruct | |
Cmdbxc::Config | Parameters used by Connection to create the MDBX environment |
Cmdbxc::has_from_bytes< T > | Trait to check if a type provides a static from_bytes() method |
Cmdbxc::has_to_bytes< T > | Trait to check if a type provides a to_bytes() member |
Cmdbxc::has_value_type< T > | Trait indicating that a container defines value_type |
CMyData | Storing a custom struct with to_bytes/from_bytes |
CMyStruct | Shows scoped transaction usage |
Cmdbxc::PathComponents | Structure to hold the root and components of a path |
▼Cstd::runtime_error | |
Cmdbxc::MdbxException | Represents a specific exception for MDBX-related errors |
CSimpleStruct | |
Cmdbxc::Transaction | Manages MDBX transactions with automatic cleanup and error handling |
▼Cmdbxc::TransactionTracker | Associates MDBX transactions with threads |
Cmdbxc::Connection | Manages a single MDBX environment and an optional read-only transaction |