Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::MemoryAddress::Relative Struct Reference

#include <acir.hpp>

Public Member Functions

std::vector< uint8_t > bincodeSerialize () const
 
void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Static Public Member Functions

static Relative bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

uint64_t value
 

Friends

bool operator== (const Relative &, const Relative &)
 

Detailed Description

Definition at line 776 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

MemoryAddress::Relative Acir::MemoryAddress::Relative::bincodeDeserialize ( std::vector< uint8_t >  input)
inlinestatic

Definition at line 10395 of file acir.hpp.

◆ bincodeSerialize()

std::vector< uint8_t > Acir::MemoryAddress::Relative::bincodeSerialize ( ) const
inline

Definition at line 10388 of file acir.hpp.

◆ msgpack_pack()

void Acir::MemoryAddress::Relative::msgpack_pack ( auto &  packer) const
inline

Definition at line 783 of file acir.hpp.

◆ msgpack_unpack()

void Acir::MemoryAddress::Relative::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 785 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const Relative lhs,
const Relative rhs 
)
friend

Definition at line 10380 of file acir.hpp.

Member Data Documentation

◆ value

uint64_t Acir::MemoryAddress::Relative::value

Definition at line 777 of file acir.hpp.


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