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

Public Attributes

Acir::MemoryAddress pointer
 
uint64_t size
 

Friends

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

Detailed Description

Definition at line 880 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 9655 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 9648 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 888 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 895 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 9637 of file acir.hpp.

Member Data Documentation

◆ pointer

Acir::MemoryAddress Acir::HeapArray::pointer

Definition at line 881 of file acir.hpp.

◆ size

uint64_t Acir::HeapArray::size

Definition at line 882 of file acir.hpp.


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