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

#include <retrieved_bytecodes_tree_check.hpp>

Inheritance diagram for bb::avm2::simulation::RetrievedBytecodesInterface:
bb::avm2::simulation::RetrievedBytecodesTreeCheckInterface bb::avm2::simulation::MockRetrievedBytecodesTreeCheck bb::avm2::simulation::RetrievedBytecodesTreeCheck

Public Member Functions

virtual ~RetrievedBytecodesInterface ()=default
 
virtual bool contains (const FF &class_id)=0
 
virtual void insert (const FF &class_id)=0
 
virtual uint32_t size () const =0
 

Detailed Description

Definition at line 7 of file retrieved_bytecodes_tree_check.hpp.

Constructor & Destructor Documentation

◆ ~RetrievedBytecodesInterface()

virtual bb::avm2::simulation::RetrievedBytecodesInterface::~RetrievedBytecodesInterface ( )
virtualdefault

Member Function Documentation

◆ contains()

virtual bool bb::avm2::simulation::RetrievedBytecodesInterface::contains ( const FF class_id)
pure virtual

◆ insert()

virtual void bb::avm2::simulation::RetrievedBytecodesInterface::insert ( const FF class_id)
pure virtual

◆ size()

virtual uint32_t bb::avm2::simulation::RetrievedBytecodesInterface::size ( ) const
pure virtual

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