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

#include <acir.hpp>

Static Public Member Functions

static std::map< std::string, msgpack::object const * > make_kvmap (msgpack::object const &o, std::string const &name)
 
template<typename T >
static void conv_fld_from_kvmap (std::map< std::string, msgpack::object const * > const &kvmap, std::string const &struct_name, std::string const &field_name, T &field, bool is_optional)
 

Detailed Description

Definition at line 14 of file acir.hpp.

Member Function Documentation

◆ conv_fld_from_kvmap()

template<typename T >
static void Acir::Helpers::conv_fld_from_kvmap ( std::map< std::string, msgpack::object const * > const &  kvmap,
std::string const &  struct_name,
std::string const &  field_name,
T &  field,
bool  is_optional 
)
inlinestatic

Definition at line 33 of file acir.hpp.

◆ make_kvmap()

static std::map< std::string, msgpack::object const * > Acir::Helpers::make_kvmap ( msgpack::object const &  o,
std::string const &  name 
)
inlinestatic

Definition at line 15 of file acir.hpp.


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