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

#include <bitwise_event.hpp>

Public Types

using Key = std::tuple< BitwiseOperation, MemoryValue, MemoryValue >
 

Public Member Functions

Key get_key () const
 
bool operator== (const BitwiseEvent &other) const =default
 

Public Attributes

BitwiseOperation operation
 
MemoryValue a
 
MemoryValue b
 
uint128_t res = 0
 

Detailed Description

Definition at line 17 of file bitwise_event.hpp.

Member Typedef Documentation

◆ Key

Member Function Documentation

◆ get_key()

Key bb::avm2::simulation::BitwiseEvent::get_key ( ) const
inline

Definition at line 25 of file bitwise_event.hpp.

◆ operator==()

bool bb::avm2::simulation::BitwiseEvent::operator== ( const BitwiseEvent other) const
default

Member Data Documentation

◆ a

MemoryValue bb::avm2::simulation::BitwiseEvent::a

Definition at line 19 of file bitwise_event.hpp.

◆ b

MemoryValue bb::avm2::simulation::BitwiseEvent::b

Definition at line 20 of file bitwise_event.hpp.

◆ operation

BitwiseOperation bb::avm2::simulation::BitwiseEvent::operation

Definition at line 18 of file bitwise_event.hpp.

◆ res

uint128_t bb::avm2::simulation::BitwiseEvent::res = 0

Definition at line 21 of file bitwise_event.hpp.


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