BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Functions
variant_object.cpp File Reference
#include <fc/variant_object.hpp>
#include <fc/exception/exception.hpp>
#include <assert.h>

Go to the source code of this file.

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)