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

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

Static Public Member Functions

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

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

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 9086 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 9079 of file acir.hpp.

◆ msgpack_pack()

void Acir::BrilligOpcode::ForeignCall::msgpack_pack ( auto &  packer) const
inline

Definition at line 2321 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 2331 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 9059 of file acir.hpp.

Member Data Documentation

◆ destination_value_types

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

Definition at line 2313 of file acir.hpp.

◆ destinations

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

Definition at line 2312 of file acir.hpp.

◆ function

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

Definition at line 2311 of file acir.hpp.

◆ input_value_types

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

Definition at line 2315 of file acir.hpp.

◆ inputs

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

Definition at line 2314 of file acir.hpp.


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