Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::world_state::WorldStateDBStats Struct Reference

#include <types.hpp>

Public Member Functions

 MSGPACK_FIELDS (noteHashTreeStats, messageTreeStats, archiveTreeStats, publicDataTreeStats, nullifierTreeStats)
 
 WorldStateDBStats ()=default
 
 WorldStateDBStats (const TreeDBStats &noteHashStats, const TreeDBStats &messageStats, const TreeDBStats &archiveStats, const TreeDBStats &publicDataStats, const TreeDBStats &nullifierStats)
 
 WorldStateDBStats (const WorldStateDBStats &other)=default
 
 WorldStateDBStats (WorldStateDBStats &&other) noexcept
 
WorldStateDBStatsoperator= (WorldStateDBStats &&other) noexcept
 
 ~WorldStateDBStats ()=default
 
bool operator== (const WorldStateDBStats &other) const
 
WorldStateDBStatsoperator= (const WorldStateDBStats &other)=default
 

Public Attributes

TreeDBStats noteHashTreeStats
 
TreeDBStats messageTreeStats
 
TreeDBStats archiveTreeStats
 
TreeDBStats publicDataTreeStats
 
TreeDBStats nullifierTreeStats
 

Friends

std::ostream & operator<< (std::ostream &os, const WorldStateDBStats &stats)
 

Detailed Description

Definition at line 94 of file types.hpp.

Constructor & Destructor Documentation

◆ WorldStateDBStats() [1/4]

bb::world_state::WorldStateDBStats::WorldStateDBStats ( )
default

◆ WorldStateDBStats() [2/4]

bb::world_state::WorldStateDBStats::WorldStateDBStats ( const TreeDBStats noteHashStats,
const TreeDBStats messageStats,
const TreeDBStats archiveStats,
const TreeDBStats publicDataStats,
const TreeDBStats nullifierStats 
)
inline

Definition at line 104 of file types.hpp.

◆ WorldStateDBStats() [3/4]

bb::world_state::WorldStateDBStats::WorldStateDBStats ( const WorldStateDBStats other)
default

◆ WorldStateDBStats() [4/4]

bb::world_state::WorldStateDBStats::WorldStateDBStats ( WorldStateDBStats &&  other)
inlinenoexcept

Definition at line 116 of file types.hpp.

◆ ~WorldStateDBStats()

bb::world_state::WorldStateDBStats::~WorldStateDBStats ( )
default

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::world_state::WorldStateDBStats::MSGPACK_FIELDS ( noteHashTreeStats  ,
messageTreeStats  ,
archiveTreeStats  ,
publicDataTreeStats  ,
nullifierTreeStats   
)

◆ operator=() [1/2]

WorldStateDBStats & bb::world_state::WorldStateDBStats::operator= ( const WorldStateDBStats other)
default

◆ operator=() [2/2]

WorldStateDBStats & bb::world_state::WorldStateDBStats::operator= ( WorldStateDBStats &&  other)
inlinenoexcept

Definition at line 118 of file types.hpp.

◆ operator==()

bool bb::world_state::WorldStateDBStats::operator== ( const WorldStateDBStats other) const
inline

Definition at line 132 of file types.hpp.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const WorldStateDBStats stats 
)
friend

Definition at line 141 of file types.hpp.

Member Data Documentation

◆ archiveTreeStats

TreeDBStats bb::world_state::WorldStateDBStats::archiveTreeStats

Definition at line 97 of file types.hpp.

◆ messageTreeStats

TreeDBStats bb::world_state::WorldStateDBStats::messageTreeStats

Definition at line 96 of file types.hpp.

◆ noteHashTreeStats

TreeDBStats bb::world_state::WorldStateDBStats::noteHashTreeStats

Definition at line 95 of file types.hpp.

◆ nullifierTreeStats

TreeDBStats bb::world_state::WorldStateDBStats::nullifierTreeStats

Definition at line 99 of file types.hpp.

◆ publicDataTreeStats

TreeDBStats bb::world_state::WorldStateDBStats::publicDataTreeStats

Definition at line 98 of file types.hpp.


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