|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <internal_call_stack_manager.hpp>
Public Member Functions | |
| InternalCallStackManagerProvider (EventEmitterInterface< InternalCallStackEvent > &event_emitter) | |
| std::unique_ptr< InternalCallStackManagerInterface > | make_internal_call_stack_manager (uint32_t context_id) override |
Public Member Functions inherited from bb::avm2::simulation::InternalCallStackManagerProviderInterface | |
| virtual | ~InternalCallStackManagerProviderInterface ()=default |
Private Attributes | |
| EventEmitterInterface< InternalCallStackEvent > & | events |
Definition at line 45 of file internal_call_stack_manager.hpp.
|
inline |
Definition at line 47 of file internal_call_stack_manager.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::InternalCallStackManagerProviderInterface.
Definition at line 51 of file internal_call_stack_manager.hpp.
|
private |
Definition at line 57 of file internal_call_stack_manager.hpp.