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

#include <acir.hpp>

Classes

struct  Direct
 
struct  Relative
 

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 MemoryAddress bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

std::variant< Direct, Relativevalue
 

Friends

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

Detailed Description

Definition at line 754 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 10300 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 10293 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 802 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 832 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 10285 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<Direct, Relative> Acir::MemoryAddress::value

Definition at line 796 of file acir.hpp.


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