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

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 5160 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 5153 of file acir.hpp.

◆ msgpack_pack()

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

Definition at line 358 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 428 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 5145 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 352 of file acir.hpp.


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