|
| std::span< DataType > | get_all () |
| |
| std::span< const DataType > | get_all () const |
| |
| std::span< const std::string > | get_labels () const |
| |
| std::span< DataType > | get_all () |
| |
| std::span< const DataType > | get_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) |
| |
| DataType & | get (ColumnAndShifts c) |
| |
| const DataType & | get (ColumnAndShifts c) const |
| |
template<
typename DataType>
class bb::avm2::AvmFlavor::WitnessEntities< DataType >
Definition at line 156 of file flavor.hpp.