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

Public Attributes

Acir::BlockId block_id
 
Acir::MemOp op
 
std::optional< Acir::Expressionpredicate
 

Friends

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

Detailed Description

Definition at line 4490 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 11878 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 11871 of file acir.hpp.

◆ msgpack_pack()

void Acir::Opcode::MemoryOp::msgpack_pack ( auto &  packer) const
inline

Definition at line 4499 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 4507 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 11857 of file acir.hpp.

Member Data Documentation

◆ block_id

Acir::BlockId Acir::Opcode::MemoryOp::block_id

Definition at line 4491 of file acir.hpp.

◆ op

Acir::MemOp Acir::Opcode::MemoryOp::op

Definition at line 4492 of file acir.hpp.

◆ predicate

std::optional<Acir::Expression> Acir::Opcode::MemoryOp::predicate

Definition at line 4493 of file acir.hpp.


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