|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <instruction_builder.hpp>
Public Member Functions | |
| OperandBuilder (simulation::Operand operand) | |
| OperandBuilder & | indirect () |
| OperandBuilder & | relative () |
Static Public Member Functions | |
| template<typename T > | |
| static OperandBuilder | from (T value) |
Public Attributes | |
| simulation::Operand | operand |
| bool | is_relative = false |
| bool | is_indirect = false |
Definition at line 8 of file instruction_builder.hpp.
|
inline |
Definition at line 9 of file instruction_builder.hpp.
|
inlinestatic |
Definition at line 13 of file instruction_builder.hpp.
|
inline |
Definition at line 18 of file instruction_builder.hpp.
|
inline |
Definition at line 23 of file instruction_builder.hpp.
| bool bb::avm2::testing::OperandBuilder::is_indirect = false |
Definition at line 31 of file instruction_builder.hpp.
| bool bb::avm2::testing::OperandBuilder::is_relative = false |
Definition at line 30 of file instruction_builder.hpp.
| simulation::Operand bb::avm2::testing::OperandBuilder::operand |
Definition at line 29 of file instruction_builder.hpp.