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

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 8538 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 8531 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 2082 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 2092 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 8511 of file acir.hpp.

Member Data Documentation

◆ destination_value_types

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

Definition at line 2074 of file acir.hpp.

◆ destinations

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

Definition at line 2073 of file acir.hpp.

◆ function

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

Definition at line 2072 of file acir.hpp.

◆ input_value_types

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

Definition at line 2076 of file acir.hpp.

◆ inputs

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

Definition at line 2075 of file acir.hpp.


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