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::map_handle::info Struct Reference

#include <mdbx.h++>

Public Member Functions

MDBX_CXX11_CONSTEXPR info (map_handle::flags flags, map_handle::state state) noexcept
 
 info (const info &) noexcept=default
 
infooperator= (const info &) noexcept=default
 
MDBX_CXX11_CONSTEXPR ::mdbx::key_mode key_mode () const noexcept
 
MDBX_CXX11_CONSTEXPR ::mdbx::value_mode value_mode () const noexcept
 

Public Attributes

map_handle::flags flags
 
map_handle::state state
 

Constructor & Destructor Documentation

◆ info() [1/2]

MDBX_CXX11_CONSTEXPR mdbx::map_handle::info::info ( map_handle::flags  flags,
map_handle::state  state 
)
noexcept

◆ info() [2/2]

mdbx::map_handle::info::info ( const info )
defaultnoexcept

Member Function Documentation

◆ key_mode()

MDBX_CXX11_CONSTEXPR::mdbx::key_mode mdbx::map_handle::info::key_mode ( ) const
noexcept

◆ operator=()

info& mdbx::map_handle::info::operator= ( const info )
defaultnoexcept

◆ value_mode()

MDBX_CXX11_CONSTEXPR::mdbx::value_mode mdbx::map_handle::info::value_mode ( ) const
noexcept

Member Data Documentation

◆ flags

map_handle::flags mdbx::map_handle::info::flags

◆ state

map_handle::state mdbx::map_handle::info::state

The documentation for this struct was generated from the following file: