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

A ROM memory record that can be ordered. More...

#include <rom_ram_logic.hpp>

Public Member Functions

bool operator< (const RomRecord &other) const
 
bool operator== (const RomRecord &other) const noexcept
 

Public Attributes

uint32_t index_witness = 0
 
uint32_t value_column1_witness = 0
 
uint32_t value_column2_witness = 0
 
uint32_t index = 0
 
uint32_t record_witness = 0
 
size_t gate_index = 0
 

Detailed Description

A ROM memory record that can be ordered.

Definition at line 18 of file rom_ram_logic.hpp.

Member Function Documentation

◆ operator<()

bool bb::RomRecord::operator< ( const RomRecord other) const
inline

Definition at line 25 of file rom_ram_logic.hpp.

◆ operator==()

bool bb::RomRecord::operator== ( const RomRecord other) const
inlinenoexcept

Definition at line 26 of file rom_ram_logic.hpp.

Member Data Documentation

◆ gate_index

size_t bb::RomRecord::gate_index = 0

Definition at line 24 of file rom_ram_logic.hpp.

◆ index

uint32_t bb::RomRecord::index = 0

Definition at line 22 of file rom_ram_logic.hpp.

◆ index_witness

uint32_t bb::RomRecord::index_witness = 0

Definition at line 19 of file rom_ram_logic.hpp.

◆ record_witness

uint32_t bb::RomRecord::record_witness = 0

Definition at line 23 of file rom_ram_logic.hpp.

◆ value_column1_witness

uint32_t bb::RomRecord::value_column1_witness = 0

Definition at line 20 of file rom_ram_logic.hpp.

◆ value_column2_witness

uint32_t bb::RomRecord::value_column2_witness = 0

Definition at line 21 of file rom_ram_logic.hpp.


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