Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::AvmFlavor::PrecomputedEntities< DataType > Class Template Reference

#include <flavor.hpp>

Inheritance diagram for bb::avm2::AvmFlavor::PrecomputedEntities< DataType >:
bb::avm2::AvmFlavor::AllEntities< DataType >

Public Member Functions

std::span< DataTypeget_all ()
 
std::span< const DataTypeget_all () const
 
std::span< const std::string > get_labels () const
 
- Public Member Functions inherited from bb::avm2::AvmFlavor::AllEntities< DataType >
std::span< DataTypeget_all ()
 
std::span< const DataTypeget_all () const
 
std::span< const std::string > get_labels () const
 
 DEFINE_AVM_GETTER (precomputed, PRECOMPUTED_START_IDX, NUM_PRECOMPUTED_ENTITIES)
 
 DEFINE_AVM_GETTER (wires, WIRE_START_IDX, NUM_WIRE_ENTITIES)
 
 DEFINE_AVM_GETTER (derived, DERIVED_START_IDX, NUM_DERIVED_ENTITIES)
 
 DEFINE_AVM_GETTER (shifted, SHIFTED_START_IDX, NUM_SHIFTED_ENTITIES)
 
 DEFINE_AVM_GETTER (witness, WITNESS_START_IDX, NUM_WITNESS_ENTITIES)
 
 DEFINE_AVM_GETTER (unshifted, UNSHIFTED_START_IDX, NUM_UNSHIFTED_ENTITIES)
 
 DEFINE_AVM_GETTER (to_be_shifted, WIRES_TO_BE_SHIFTED_START_IDX, NUM_WIRES_TO_BE_SHIFTED)
 
DataTypeget (ColumnAndShifts c)
 
const DataTypeget (ColumnAndShifts c) const
 

Additional Inherited Members

- Public Types inherited from bb::avm2::AvmFlavor::AllEntities< DataType >
using DataType = DataType
 
- Public Attributes inherited from bb::avm2::AvmFlavor::AllEntities< DataType >
std::array< DataType, NUM_ALL_ENTITIES > entities
 

Detailed Description

template<typename DataType>
class bb::avm2::AvmFlavor::PrecomputedEntities< DataType >

Definition at line 170 of file flavor.hpp.

Member Function Documentation

◆ get_all() [1/2]

template<typename DataType >
std::span< DataType > bb::avm2::AvmFlavor::PrecomputedEntities< DataType >::get_all ( )
inline

Definition at line 177 of file flavor.hpp.

◆ get_all() [2/2]

template<typename DataType >
std::span< const DataType > bb::avm2::AvmFlavor::PrecomputedEntities< DataType >::get_all ( ) const
inline

Definition at line 178 of file flavor.hpp.

◆ get_labels()

template<typename DataType >
std::span< const std::string > bb::avm2::AvmFlavor::PrecomputedEntities< DataType >::get_labels ( ) const
inline

Definition at line 179 of file flavor.hpp.


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