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

#include <acir.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

Acir::Expression operation
 
Acir::Expression index
 
Acir::Expression value
 

Friends

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

Detailed Description

Definition at line 3018 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 3025 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 7151 of file acir.hpp.

Member Data Documentation

◆ index

Acir::Expression Acir::MemOp::index

Definition at line 3020 of file acir.hpp.

◆ operation

Acir::Expression Acir::MemOp::operation

Definition at line 3019 of file acir.hpp.

◆ value

Acir::Expression Acir::MemOp::value

Definition at line 3021 of file acir.hpp.


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