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

#include <public_component_key.hpp>

Public Member Functions

bool operator== (const PublicComponentKey &) const =default
 
bool is_set () const
 
 MSGPACK_FIELDS (start_idx)
 

Public Attributes

uint32_t start_idx = DEFAULT_IDX
 

Static Public Attributes

static constexpr uint32_t DEFAULT_IDX = std::numeric_limits<uint32_t>::max()
 

Detailed Description

Definition at line 14 of file public_component_key.hpp.

Member Function Documentation

◆ is_set()

bool bb::PublicComponentKey::is_set ( ) const
inline

Definition at line 21 of file public_component_key.hpp.

◆ MSGPACK_FIELDS()

bb::PublicComponentKey::MSGPACK_FIELDS ( start_idx  )

◆ operator==()

bool bb::PublicComponentKey::operator== ( const PublicComponentKey ) const
default

Member Data Documentation

◆ DEFAULT_IDX

constexpr uint32_t bb::PublicComponentKey::DEFAULT_IDX = std::numeric_limits<uint32_t>::max()
staticconstexpr

Definition at line 15 of file public_component_key.hpp.

◆ start_idx

uint32_t bb::PublicComponentKey::start_idx = DEFAULT_IDX

Definition at line 17 of file public_component_key.hpp.


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