MDBX Containers
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
 docs
  examples
 config_initialized_table.cpp
 custom_struct_example.cpp
 manual_transaction_example.cpp
 multi_table_demo.cpp
 single_transaction_demo.cpp
 table_methods_showcase.cpp
  include
  mdbx_containers
  common
 Config.hppConfiguration options used when opening an MDBX environment
 Connection.hppManages an MDBX database connection using a provided configuration
 Connection.ipp
 MdbxException.hppDefines a specific exception for MDBX-related errors
 Transaction.hppDeclares the Transaction class, a wrapper for managing MDBX transactions
 Transaction.ipp
  detail
 BaseTable.hppBase class for working with MDBX databases (tables)
 path_utils.hppUtility functions for path manipulation, including relative path computation
 TransactionTracker.hppTracks MDBX transactions per thread for reuse and cleanup
 TransactionTracker.ipp
 utils.hppUtility helper functions for serializing values to and from MDBX
 common.hppPublicly usable low-level components of the MDBX Containers library
 KeyMultiValueTable.hpp
 KeyTable.hpp
 KeyValueTable.hppDeclaration of the KeyValueTable class for managing key-value pairs in an MDBX database
 mdbx_containers.hppMain include file for the MDBX Containers library
  tests
 kv_container_all_types_test.cpp
 mdbx_test.cpp
 utils_test.cpp