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_unpack (msgpack::object const &o)
 

Public Attributes

uint32_t id
 
std::vector< Acir::BrilligInputsinputs
 
std::vector< Acir::BrilligOutputsoutputs
 
std::optional< Acir::Expressionpredicate
 

Friends

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

Detailed Description

Definition at line 3307 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 3315 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 7657 of file acir.hpp.

Member Data Documentation

◆ id

uint32_t Acir::Opcode::BrilligCall::id

Definition at line 3308 of file acir.hpp.

◆ inputs

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

Definition at line 3309 of file acir.hpp.

◆ outputs

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

Definition at line 3310 of file acir.hpp.

◆ predicate

std::optional<Acir::Expression> Acir::Opcode::BrilligCall::predicate

Definition at line 3311 of file acir.hpp.


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