Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
addressing.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
7
8namespace bb::avm2::simulation {
9
10// Forward declarations
11class MemoryInterface;
12
14 public:
15 virtual ~AddressingInterface() = default;
16 // @throws AddressingException.
18};
19
20} // namespace bb::avm2::simulation
virtual std::vector< Operand > resolve(const Instruction &instruction, MemoryInterface &memory)=0
Instruction instruction
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13