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

#include <mock_gt.hpp>

Inheritance diagram for bb::avm2::simulation::MockGreaterThan:
bb::avm2::simulation::GreaterThanInterface

Public Member Functions

 MockGreaterThan ()
 
 ~MockGreaterThan () override
 
 MOCK_METHOD (bool, gt,(const FF &a, const FF &b),(override))
 
 MOCK_METHOD (bool, gt,(const uint128_t &a, const uint128_t &b),(override))
 
 MOCK_METHOD (bool, gt,(const MemoryValue &a, const MemoryValue &b),(override))
 
- Public Member Functions inherited from bb::avm2::simulation::GreaterThanInterface
virtual ~GreaterThanInterface ()=default
 
virtual bool gt (const FF &a, const FF &b)=0
 
virtual bool gt (const uint128_t &a, const uint128_t &b)=0
 
virtual bool gt (const MemoryValue &a, const MemoryValue &b)=0
 

Detailed Description

Definition at line 11 of file mock_gt.hpp.

Constructor & Destructor Documentation

◆ MockGreaterThan()

bb::avm2::simulation::MockGreaterThan::MockGreaterThan ( )
default

◆ ~MockGreaterThan()

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

Member Function Documentation

◆ MOCK_METHOD() [1/3]

bb::avm2::simulation::MockGreaterThan::MOCK_METHOD ( bool  ,
gt  ,
(const FF &a, const FF &b ,
(override)   
)

◆ MOCK_METHOD() [2/3]

bb::avm2::simulation::MockGreaterThan::MOCK_METHOD ( bool  ,
gt  ,
(const MemoryValue &a, const MemoryValue &b ,
(override)   
)

◆ MOCK_METHOD() [3/3]

bb::avm2::simulation::MockGreaterThan::MOCK_METHOD ( bool  ,
gt  ,
(const uint128_t &a, const uint128_t &b ,
(override)   
)

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