Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::PureExecutionComponentsProvider Class Reference

#include <pure_execution_components.hpp>

Inheritance diagram for bb::avm2::simulation::PureExecutionComponentsProvider:
bb::avm2::simulation::ExecutionComponentsProviderInterface

Public Member Functions

 PureExecutionComponentsProvider (GreaterThanInterface &greater_than, const InstructionInfoDBInterface &instruction_info_db)
 
std::unique_ptr< AddressingInterfacemake_addressing (AddressingEvent &event) override
 
std::unique_ptr< GasTrackerInterfacemake_gas_tracker (GasEvent &gas_event, const Instruction &instruction, ContextInterface &context) override
 
- Public Member Functions inherited from bb::avm2::simulation::ExecutionComponentsProviderInterface
virtual ~ExecutionComponentsProviderInterface ()=default
 

Private Attributes

GreaterThanInterfacegreater_than
 
const InstructionInfoDBInterfaceinstruction_info_db
 

Detailed Description

Definition at line 12 of file pure_execution_components.hpp.

Constructor & Destructor Documentation

◆ PureExecutionComponentsProvider()

bb::avm2::simulation::PureExecutionComponentsProvider::PureExecutionComponentsProvider ( GreaterThanInterface greater_than,
const InstructionInfoDBInterface instruction_info_db 
)
inline

Definition at line 14 of file pure_execution_components.hpp.

Member Function Documentation

◆ make_addressing()

std::unique_ptr< AddressingInterface > bb::avm2::simulation::PureExecutionComponentsProvider::make_addressing ( AddressingEvent event)
overridevirtual

◆ make_gas_tracker()

std::unique_ptr< GasTrackerInterface > bb::avm2::simulation::PureExecutionComponentsProvider::make_gas_tracker ( GasEvent gas_event,
const Instruction instruction,
ContextInterface context 
)
overridevirtual

Member Data Documentation

◆ greater_than

GreaterThanInterface& bb::avm2::simulation::PureExecutionComponentsProvider::greater_than
private

Definition at line 27 of file pure_execution_components.hpp.

◆ instruction_info_db

const InstructionInfoDBInterface& bb::avm2::simulation::PureExecutionComponentsProvider::instruction_info_db
private

Definition at line 28 of file pure_execution_components.hpp.


The documentation for this class was generated from the following files: