#include <types.hpp>
Definition at line 22 of file types.hpp.
◆ DBStats() [1/5]
bb::lmdblib::DBStats::DBStats |
( |
| ) |
|
|
default |
◆ DBStats() [2/5]
bb::lmdblib::DBStats::DBStats |
( |
const DBStats & |
other | ) |
|
|
default |
◆ DBStats() [3/5]
bb::lmdblib::DBStats::DBStats |
( |
DBStats && |
other | ) |
|
|
inlinenoexcept |
◆ ~DBStats()
bb::lmdblib::DBStats::~DBStats |
( |
| ) |
|
|
default |
◆ DBStats() [4/5]
bb::lmdblib::DBStats::DBStats |
( |
std::string |
name, |
|
|
MDB_stat & |
stat |
|
) |
| |
|
inline |
◆ DBStats() [5/5]
bb::lmdblib::DBStats::DBStats |
( |
const std::string & |
name, |
|
|
uint64_t |
numDataItems, |
|
|
uint64_t |
totalUsedSize |
|
) |
| |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool bb::lmdblib::DBStats::operator== |
( |
const DBStats & |
other | ) |
const |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const DBStats & |
stats |
|
) |
| |
|
friend |
◆ name
std::string bb::lmdblib::DBStats::name |
◆ numDataItems
uint64_t bb::lmdblib::DBStats::numDataItems |
◆ totalUsedSize
uint64_t bb::lmdblib::DBStats::totalUsedSize |
The documentation for this struct was generated from the following file: