Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::HeapVector 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 HeapVector bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

Acir::MemoryAddress pointer
 
Acir::MemoryAddress size
 

Friends

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

Detailed Description

Definition at line 904 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 9901 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 9894 of file acir.hpp.

◆ msgpack_pack()

void Acir::HeapVector::msgpack_pack ( auto &  packer) const
inline

Definition at line 912 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 919 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 9883 of file acir.hpp.

Member Data Documentation

◆ pointer

Acir::MemoryAddress Acir::HeapVector::pointer

Definition at line 905 of file acir.hpp.

◆ size

Acir::MemoryAddress Acir::HeapVector::size

Definition at line 906 of file acir.hpp.


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