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
6
7namespace bb::avm2::simulation {
8
9// Forward declarations
10class MemoryInterface;
11
13 public:
14 virtual ~AddressingInterface() = default;
15 // @throws AddressingException.
17};
18
19} // 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