|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <mock_execution_id_manager.hpp>
Public Member Functions | |
| MockExecutionIdManager () | |
| ~MockExecutionIdManager () override | |
| MOCK_METHOD (uint32_t, get_execution_id,(),(const, override)) | |
| MOCK_METHOD (void, increment_execution_id,(),(override)) | |
Public Member Functions inherited from bb::avm2::simulation::ExecutionIdManagerInterface | |
| virtual | ~ExecutionIdManagerInterface ()=default |
| virtual void | increment_execution_id ()=0 |
Public Member Functions inherited from bb::avm2::simulation::ExecutionIdGetterInterface | |
| virtual | ~ExecutionIdGetterInterface ()=default |
| virtual uint32_t | get_execution_id () const =0 |
Definition at line 10 of file mock_execution_id_manager.hpp.
|
default |
|
overridedefault |
| bb::avm2::simulation::MockExecutionIdManager::MOCK_METHOD | ( | uint32_t | , |
| get_execution_id | , | ||
| () | , | ||
| (const, override) | |||
| ) |
| bb::avm2::simulation::MockExecutionIdManager::MOCK_METHOD | ( | void | , |
| increment_execution_id | , | ||
| () | , | ||
| (override) | |||
| ) |