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 3127 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 3135 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 7447 of file acir.hpp.

Member Data Documentation

◆ id

uint32_t Acir::Opcode::BrilligCall::id

Definition at line 3128 of file acir.hpp.

◆ inputs

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

Definition at line 3129 of file acir.hpp.

◆ outputs

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

Definition at line 3130 of file acir.hpp.

◆ predicate

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

Definition at line 3131 of file acir.hpp.


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