Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::WireColumn< FF, NUM_WIRES >::const_iterator Class Reference

#include <execution_trace_block.hpp>

Public Member Functions

 const_iterator (const WireColumn *col, size_t i)
 
const uint32_t & operator* () const
 
const_iteratoroperator++ ()
 
bool operator!= (const const_iterator &other) const
 

Private Attributes

const WireColumncol_
 
size_t i_
 

Detailed Description

template<typename FF, size_t NUM_WIRES>
class bb::WireColumn< FF, NUM_WIRES >::const_iterator

Definition at line 337 of file execution_trace_block.hpp.

Constructor & Destructor Documentation

◆ const_iterator()

template<typename FF , size_t NUM_WIRES>
bb::WireColumn< FF, NUM_WIRES >::const_iterator::const_iterator ( const WireColumn col,
size_t  i 
)
inline

Definition at line 339 of file execution_trace_block.hpp.

Member Function Documentation

◆ operator!=()

template<typename FF , size_t NUM_WIRES>
bool bb::WireColumn< FF, NUM_WIRES >::const_iterator::operator!= ( const const_iterator other) const
inline

Definition at line 349 of file execution_trace_block.hpp.

◆ operator*()

template<typename FF , size_t NUM_WIRES>
const uint32_t & bb::WireColumn< FF, NUM_WIRES >::const_iterator::operator* ( ) const
inline

Definition at line 343 of file execution_trace_block.hpp.

◆ operator++()

template<typename FF , size_t NUM_WIRES>
const_iterator & bb::WireColumn< FF, NUM_WIRES >::const_iterator::operator++ ( )
inline

Definition at line 344 of file execution_trace_block.hpp.

Member Data Documentation

◆ col_

template<typename FF , size_t NUM_WIRES>
const WireColumn* bb::WireColumn< FF, NUM_WIRES >::const_iterator::col_
private

Definition at line 352 of file execution_trace_block.hpp.

◆ i_

template<typename FF , size_t NUM_WIRES>
size_t bb::WireColumn< FF, NUM_WIRES >::const_iterator::i_
private

Definition at line 353 of file execution_trace_block.hpp.


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