libmdbx  0.11.6.39 (2022-04-13T11:05:50+03:00)
One of the fastest compact embeddable key-value ACID database without WAL.
mdbx::error Member List

This is the complete list of members for mdbx::error, including all inherited members.

boolean_or_throw(int error_code)mdbx::errorinlinestatic
code() const noexceptmdbx::error
error(MDBX_error_t error_code) noexceptmdbx::error
error(const error &)=defaultmdbx::error
error(error &&)=defaultmdbx::error
is_failure() const noexceptmdbx::error
is_mdbx_error() const noexceptmdbx::error
is_result_false() const noexceptmdbx::error
is_result_true() const noexceptmdbx::error
is_success() const noexceptmdbx::error
message() constmdbx::error
operator!=(const error &a, const error &b) noexceptmdbx::errorfriend
operator=(const error &)=defaultmdbx::error
operator=(error &&)=defaultmdbx::error
operator==(const error &a, const error &b) noexceptmdbx::errorfriend
panic(const char *context_where_when, const char *func_who_what) const noexceptmdbx::error
panic_on_failure(const char *context_where, const char *func_who) const noexceptmdbx::errorinline
panic_on_failure(int error_code, const char *context_where, const char *func_who) noexceptmdbx::errorinlinestatic
success_or_panic(const char *context_where, const char *func_who) const noexceptmdbx::errorinline
success_or_panic(int error_code, const char *context_where, const char *func_who) noexceptmdbx::errorinlinestatic
success_or_throw() constmdbx::errorinline
success_or_throw(const exception_thunk &) constmdbx::errorinline
success_or_throw(MDBX_error_t error_code)mdbx::errorinlinestatic
success_or_throw(int error_code)mdbx::errorinlinestatic
success_or_throw(int error_code, const exception_thunk &)mdbx::errorinlinestatic
throw_exception() constmdbx::error
throw_exception(int error_code)mdbx::errorinlinestatic
throw_on_failure() constmdbx::errorinline
throw_on_failure(int error_code)mdbx::errorinlinestatic
throw_on_nullptr(const void *ptr, MDBX_error_t error_code)mdbx::errorinlinestatic
what() const noexceptmdbx::error