libmdbx 0.13.2.20 (2024-12-20T11:46:01+03:00)
One of the fastest compact embeddable key-value ACID storage engine without WAL.
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NmdbxThe libmdbx C++ API namespace
 Nallocation_aware_details
 Cbad_map_id
 Cbad_transaction
 Cbad_value_size
 CbufferThe chunk of data stored inside the buffer or located outside it
 Cbuffer_pair_spec
 CcursorUnmanaged cursor
 Ccursor_managedManaged cursor
 Cdangling_map_id
 Cdb_corrupted
 Cdb_full
 Cdb_invalid
 Cdb_too_large
 Cdb_unable_extend
 Cdb_version_mismatch
 Cdb_wanna_write_for_recovery
 Cdefault_capacity_policy
 Cduplicated_lck_file
 CenvUnmanaged database environment
 Cenv_managedManaged database environment
 CerrorImplements error information and throwing corresponding exceptions
 CexceptionBase class for all libmdbx's exceptions that are corresponds to libmdbx errors
 Cexception_thunkTransfers C++ exceptions thru C callbacks
 CfatalFatal exception that lead termination anyway in dangerous unrecoverable cases
 Cfrom_base58Base58 decoder which satisfy SliceTranscoder concept
 Cfrom_base64Base64 decoder which satisfy SliceTranscoder concept
 Cfrom_hexHexadecimal decoder which satisfy SliceTranscoder concept
 Cincompatible_operation
 Cinternal_page_full
 Cinternal_problem
 Ckey_exists
 Ckey_mismatch
 Cmap_handleA handle for an individual table (aka key-value space, maps or sub-database) in the environment
 Cmax_maps_reached
 Cmax_readers_reached
 Cmultivalue
 Cmvcc_retarded
 Cno_data
 Cnot_found
 Coperation_not_permitted
 CpairCombines pair of slices for key and value to represent result of certain operations
 Cpair_resultCombines pair of slices for key and value with boolean flag to represent result of certain operations
 Cpermission_denied_or_not_writeable
 Creader_slot_busy
 Cremote_media
 CsliceReferences a data located outside the slice
 Csomething_busy
 Cthread_mismatch
 Cto_base58Base58 encoder which satisfy SliceTranscoder concept
 Cto_base64Base64 encoder which satisfy SliceTranscoder concept
 Cto_hexHexadecimal encoder which satisfy SliceTranscoder concept
 Ctransaction_full
 Ctransaction_ousted
 Ctransaction_overlapping
 CtxnUnmanaged database transaction
 Ctxn_managedManaged database transaction
 Cvalue_resultCombines data slice with boolean flag to represent result of certain operations
 NstdSTL namespace
 Chash<::mdbx::slice >
 CImmutableByteProducerImmutableByteProducer C++20 concept
 CMDBX_build_infoLibmdbx build information
 CMDBX_canaryThe fours integers markers (aka "canary") associated with the environment
 CMDBX_chk_callbacks_tНабор функций обратного вызова используемых при проверке целостности базы данных
 CMDBX_chk_context_tКонтекст проверки целостности базы данных
 CMDBX_chk_context_t.result
 CMDBX_chk_histogramГистограмма с некоторой статистической информацией, собираемой при проверке целостности БД
 CMDBX_chk_histogram.ranges
 CMDBX_chk_issue_tПроблема обнаруженная при проверке целостности базы данных
 CMDBX_chk_line_tВиртуальная строка отчета, формируемого при проверке целостности базы данных
 CMDBX_chk_scope_tИерархический контекст при проверке целостности базы данных
 CMDBX_chk_scope_t.usr_o
 CMDBX_chk_scope_t.usr_v
 CMDBX_chk_scope_t.usr_z
 CMDBX_chk_table_tИнформация о некоторой таблицей ключ-значение, при проверке целостности базы данных
 CMDBX_chk_table_t.histogram
 CMDBX_chk_table_t.pages
 CMDBX_commit_latencyLatency of commit stages in 1/65536 of seconds units
 CMDBX_commit_latency.gc_profИнформация для профилирования работы GC
 CMDBX_commit_latency.gc_prof.pnl_merge_self
 CMDBX_commit_latency.gc_prof.pnl_merge_work
 CMDBX_envinfoInformation about the environment
 CMDBX_envinfo.mi_bootidA mostly unique ID that is regenerated on each boot
 CMDBX_envinfo.mi_bootid.current
 CMDBX_envinfo.mi_bootid.meta
 CMDBX_envinfo.mi_dxbid
 CMDBX_envinfo.mi_geo
 CMDBX_envinfo.mi_pgop_stat
 CMDBX_statStatistics for a table in the environment
 CMDBX_txn_infoInformation about the transaction
 CMDBX_version_infoLibmdbx version information,
 CMDBX_version_info.git
 CMutableByteProducerMutableByteProducer C++20 concept
 CSliceTranscoderSliceTranscoder C++20 concept