Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::world_state::TreeWithStore< Tree > Struct Template Reference

#include <tree_with_store.hpp>

Public Types

using TreeType = Tree
 

Public Member Functions

 TreeWithStore (std::unique_ptr< Tree > t)
 
 TreeWithStore (TreeWithStore &&other) noexcept
 
 TreeWithStore (const TreeWithStore &other)=delete
 
 ~TreeWithStore ()=default
 
TreeWithStoreoperator= (TreeWithStore &&other)=delete
 
TreeWithStoreoperator= (const TreeWithStore &other)=delete
 

Public Attributes

std::unique_ptr< Treetree
 

Detailed Description

template<typename Tree>
struct bb::world_state::TreeWithStore< Tree >

Definition at line 7 of file tree_with_store.hpp.

Member Typedef Documentation

◆ TreeType

template<typename Tree >
using bb::world_state::TreeWithStore< Tree >::TreeType = Tree

Definition at line 8 of file tree_with_store.hpp.

Constructor & Destructor Documentation

◆ TreeWithStore() [1/3]

template<typename Tree >
bb::world_state::TreeWithStore< Tree >::TreeWithStore ( std::unique_ptr< Tree t)
inline

Definition at line 11 of file tree_with_store.hpp.

◆ TreeWithStore() [2/3]

template<typename Tree >
bb::world_state::TreeWithStore< Tree >::TreeWithStore ( TreeWithStore< Tree > &&  other)
inlinenoexcept

Definition at line 15 of file tree_with_store.hpp.

◆ TreeWithStore() [3/3]

template<typename Tree >
bb::world_state::TreeWithStore< Tree >::TreeWithStore ( const TreeWithStore< Tree > &  other)
delete

◆ ~TreeWithStore()

template<typename Tree >
bb::world_state::TreeWithStore< Tree >::~TreeWithStore ( )
default

Member Function Documentation

◆ operator=() [1/2]

template<typename Tree >
TreeWithStore & bb::world_state::TreeWithStore< Tree >::operator= ( const TreeWithStore< Tree > &  other)
delete

◆ operator=() [2/2]

template<typename Tree >
TreeWithStore & bb::world_state::TreeWithStore< Tree >::operator= ( TreeWithStore< Tree > &&  other)
delete

Member Data Documentation

◆ tree

template<typename Tree >
std::unique_ptr<Tree> bb::world_state::TreeWithStore< Tree >::tree

Definition at line 9 of file tree_with_store.hpp.


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