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

#include <acir.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::string function
 
std::vector< Acir::ValueOrArraydestinations
 
std::vector< Acir::HeapValueTypedestination_value_types
 
std::vector< Acir::ValueOrArrayinputs
 
std::vector< Acir::HeapValueTypeinput_value_types
 

Friends

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

Detailed Description

Definition at line 1599 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 1608 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 6117 of file acir.hpp.

Member Data Documentation

◆ destination_value_types

std::vector<Acir::HeapValueType> Acir::BrilligOpcode::ForeignCall::destination_value_types

Definition at line 1602 of file acir.hpp.

◆ destinations

std::vector<Acir::ValueOrArray> Acir::BrilligOpcode::ForeignCall::destinations

Definition at line 1601 of file acir.hpp.

◆ function

std::string Acir::BrilligOpcode::ForeignCall::function

Definition at line 1600 of file acir.hpp.

◆ input_value_types

std::vector<Acir::HeapValueType> Acir::BrilligOpcode::ForeignCall::input_value_types

Definition at line 1604 of file acir.hpp.

◆ inputs

std::vector<Acir::ValueOrArray> Acir::BrilligOpcode::ForeignCall::inputs

Definition at line 1603 of file acir.hpp.


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