#include <types.hpp>
|
| TreeDBStats ()=default |
|
| TreeDBStats (uint64_t mapSize, uint64_t physicalFileSize) |
|
| TreeDBStats (uint64_t mapSize, uint64_t physicalFileSize, const DBStats &blockStats, const DBStats &nodesStats, const DBStats &leafPreimagesDBStats, const DBStats &leafIndicesStats, const DBStats &blockIndicesStats) |
|
| TreeDBStats (const TreeDBStats &other)=default |
|
| TreeDBStats (TreeDBStats &&other) noexcept |
|
| ~TreeDBStats ()=default |
|
| MSGPACK_FIELDS (mapSize, physicalFileSize, blocksDBStats, nodesDBStats, leafPreimagesDBStats, leafIndicesDBStats, blockIndicesDBStats) bool operator |
|
Definition at line 68 of file types.hpp.
◆ TreeDBStats() [1/5]
bb::crypto::merkle_tree::TreeDBStats::TreeDBStats |
( |
| ) |
|
|
default |
◆ TreeDBStats() [2/5]
bb::crypto::merkle_tree::TreeDBStats::TreeDBStats |
( |
uint64_t |
mapSize, |
|
|
uint64_t |
physicalFileSize |
|
) |
| |
|
inline |
◆ TreeDBStats() [3/5]
bb::crypto::merkle_tree::TreeDBStats::TreeDBStats |
( |
uint64_t |
mapSize, |
|
|
uint64_t |
physicalFileSize, |
|
|
const DBStats & |
blockStats, |
|
|
const DBStats & |
nodesStats, |
|
|
const DBStats & |
leafPreimagesDBStats, |
|
|
const DBStats & |
leafIndicesStats, |
|
|
const DBStats & |
blockIndicesStats |
|
) |
| |
|
inline |
◆ TreeDBStats() [4/5]
bb::crypto::merkle_tree::TreeDBStats::TreeDBStats |
( |
const TreeDBStats & |
other | ) |
|
|
default |
◆ TreeDBStats() [5/5]
bb::crypto::merkle_tree::TreeDBStats::TreeDBStats |
( |
TreeDBStats && |
other | ) |
|
|
inlinenoexcept |
◆ ~TreeDBStats()
bb::crypto::merkle_tree::TreeDBStats::~TreeDBStats |
( |
| ) |
|
|
default |
◆ MSGPACK_FIELDS()
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TreeDBStats & |
stats |
|
) |
| |
|
friend |
◆ blockIndicesDBStats
DBStats bb::crypto::merkle_tree::TreeDBStats::blockIndicesDBStats |
◆ blocksDBStats
DBStats bb::crypto::merkle_tree::TreeDBStats::blocksDBStats |
◆ leafIndicesDBStats
DBStats bb::crypto::merkle_tree::TreeDBStats::leafIndicesDBStats |
◆ leafPreimagesDBStats
DBStats bb::crypto::merkle_tree::TreeDBStats::leafPreimagesDBStats |
◆ mapSize
uint64_t bb::crypto::merkle_tree::TreeDBStats::mapSize |
◆ nodesDBStats
DBStats bb::crypto::merkle_tree::TreeDBStats::nodesDBStats |
◆ physicalFileSize
uint64_t bb::crypto::merkle_tree::TreeDBStats::physicalFileSize |
The documentation for this struct was generated from the following file:
- src/barretenberg/crypto/merkle_tree/types.hpp