|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 | |
| TreeWithStore & | operator= (TreeWithStore &&other)=delete |
| TreeWithStore & | operator= (const TreeWithStore &other)=delete |
Public Attributes | |
| std::unique_ptr< Tree > | tree |
Definition at line 7 of file tree_with_store.hpp.
| using bb::world_state::TreeWithStore< Tree >::TreeType = Tree |
Definition at line 8 of file tree_with_store.hpp.
|
inline |
Definition at line 11 of file tree_with_store.hpp.
|
inlinenoexcept |
Definition at line 15 of file tree_with_store.hpp.
|
delete |
|
default |
|
delete |
|
delete |
| std::unique_ptr<Tree> bb::world_state::TreeWithStore< Tree >::tree |
Definition at line 9 of file tree_with_store.hpp.