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

#include <mock_emit_public_log.hpp>

Inheritance diagram for bb::avm2::simulation::MockEmitPublicLog:
bb::avm2::simulation::EmitPublicLogInterface

Public Member Functions

 MockEmitPublicLog ()
 
 ~MockEmitPublicLog () override
 
 MOCK_METHOD (void, emit_public_log,(MemoryInterface &memory, ContextInterface &context, const AztecAddress &contract_address, MemoryAddress log_offset, uint32_t log_size),(override))
 
- Public Member Functions inherited from bb::avm2::simulation::EmitPublicLogInterface
virtual ~EmitPublicLogInterface ()=default
 
virtual void emit_public_log (MemoryInterface &memory, ContextInterface &context, const AztecAddress &contract_address, MemoryAddress log_offset, uint32_t log_size)=0
 

Detailed Description

Definition at line 11 of file mock_emit_public_log.hpp.

Constructor & Destructor Documentation

◆ MockEmitPublicLog()

bb::avm2::simulation::MockEmitPublicLog::MockEmitPublicLog ( )
default

◆ ~MockEmitPublicLog()

bb::avm2::simulation::MockEmitPublicLog::~MockEmitPublicLog ( )
overridedefault

Member Function Documentation

◆ MOCK_METHOD()

bb::avm2::simulation::MockEmitPublicLog::MOCK_METHOD ( void  ,
emit_public_log  ,
(MemoryInterface &memory, ContextInterface &context, const AztecAddress &contract_address, MemoryAddress log_offset, uint32_t log_size)  ,
(override)   
)

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