Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::ExpressionOrMemory::Memory 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 Memory bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

Acir::BlockId value
 

Friends

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

Detailed Description

Definition at line 4220 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 9325 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 9318 of file acir.hpp.

◆ msgpack_pack()

void Acir::ExpressionOrMemory::Memory::msgpack_pack ( auto &  packer) const
inline

Definition at line 4227 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 4229 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 9310 of file acir.hpp.

Member Data Documentation

◆ value

Acir::BlockId Acir::ExpressionOrMemory::Memory::value

Definition at line 4221 of file acir.hpp.


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