Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::BinaryIntOp Struct Reference

#include <acir.hpp>

Classes

struct  Add
 
struct  And
 
struct  Div
 
struct  Equals
 
struct  LessThan
 
struct  LessThanEquals
 
struct  Mul
 
struct  Or
 
struct  Shl
 
struct  Shr
 
struct  Sub
 
struct  Xor
 

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 BinaryIntOp bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

std::variant< Add, Sub, Mul, Div, Equals, LessThan, LessThanEquals, And, Or, Xor, Shl, Shrvalue
 

Friends

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

Detailed Description

Definition at line 262 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 5714 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 5707 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 378 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 448 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 5699 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<Add, Sub, Mul, Div, Equals, LessThan, LessThanEquals, And, Or, Xor, Shl, Shr> Acir::BinaryIntOp::value

Definition at line 372 of file acir.hpp.


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