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

std::vector< uint8_t > bincodeSerialize () const
 
void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Static Public Member Functions

static Opcode bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

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

Friends

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

Detailed Description

Definition at line 4448 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 11730 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 11723 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 4610 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 4656 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 11715 of file acir.hpp.

Member Data Documentation

◆ value

Definition at line 4604 of file acir.hpp.


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