BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Functions
variant_object.hpp File Reference
#include <fc/variant.hpp>
#include <memory>

Go to the source code of this file.

Classes

class  fc::variant_object
 An order-perserving dictionary of variant's.
More...
 
class  fc::variant_object::entry
 a key/value pair More...
 
class  fc::mutable_variant_object
 An order-perserving dictionary of variant's.
More...
 
class  fc::limited_mutable_variant_object
 

Namespaces

 fc
 

Functions

void fc::to_variant (const variant_object &var, variant &vo, uint32_t max_depth)
 
void fc::from_variant (const variant &var, variant_object &vo, uint32_t max_depth)
 
void fc::to_variant (const mutable_variant_object &var, variant &vo, uint32_t max_depth)
 
void fc::from_variant (const variant &var, mutable_variant_object &vo, uint32_t max_depth)