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

#include <acir.hpp>

Classes

struct  Expression
 
struct  Memory
 

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

Public Attributes

std::variant< Expression, Memoryvalue
 

Friends

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

Detailed Description

Definition at line 4198 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 9228 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 9221 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 4246 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 4276 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 9213 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<Expression, Memory> Acir::ExpressionOrMemory::value

Definition at line 4240 of file acir.hpp.


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