Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
variant_object.hpp File Reference
#include <fc/variant.hpp>
#include <fc/unique_ptr.hpp>
Include dependency graph for variant_object.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fc::variant_object
 An order-preserving dictionary of variants. More...
 
class  fc::variant_object::entry
 a key/value pair More...
 
class  fc::mutable_variant_object
 An order-preserving dictionary of variants. More...
 

Namespaces

namespace  fc
 namespace sysio::chain
 

Functions

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