Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <mock_addressing.hpp>
Public Member Functions | |
MockAddressing () | |
~MockAddressing () override | |
MOCK_METHOD (std::vector< Operand >, resolve,(const Instruction &, MemoryInterface &memory),(override)) | |
![]() | |
virtual | ~AddressingInterface ()=default |
virtual std::vector< Operand > | resolve (const Instruction &instruction, MemoryInterface &memory)=0 |
Definition at line 17 of file mock_addressing.hpp.
|
default |
|
overridedefault |
bb::avm2::simulation::MockAddressing::MOCK_METHOD | ( | std::vector< Operand > | , |
resolve | , | ||
(const Instruction &, MemoryInterface &memory) | , | ||
(override) | |||
) |