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

#include <acir.hpp>

Public Member Functions

void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

uint32_t id
 
std::vector< Acir::BrilligInputsinputs
 
std::vector< Acir::BrilligOutputsoutputs
 
Acir::Expression predicate
 

Friends

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

Detailed Description

Definition at line 4273 of file acir.hpp.

Member Function Documentation

◆ msgpack_pack()

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

Definition at line 4281 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 4290 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 8772 of file acir.hpp.

Member Data Documentation

◆ id

uint32_t Acir::Opcode::BrilligCall::id

Definition at line 4274 of file acir.hpp.

◆ inputs

std::vector<Acir::BrilligInputs> Acir::Opcode::BrilligCall::inputs

Definition at line 4275 of file acir.hpp.

◆ outputs

std::vector<Acir::BrilligOutputs> Acir::Opcode::BrilligCall::outputs

Definition at line 4276 of file acir.hpp.

◆ predicate

Acir::Expression Acir::Opcode::BrilligCall::predicate

Definition at line 4277 of file acir.hpp.


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