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

#include <acir.hpp>

Classes

struct  AssertZero
 
struct  BlackBoxFuncCall
 
struct  BrilligCall
 
struct  Call
 
struct  MemoryInit
 
struct  MemoryOp
 

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::variant< AssertZero, BlackBoxFuncCall, MemoryOp, MemoryInit, BrilligCall, Callvalue
 

Friends

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

Detailed Description

Definition at line 3044 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 3189 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 7284 of file acir.hpp.

Member Data Documentation

◆ value

Definition at line 3185 of file acir.hpp.


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