BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::from_variant_visitor< T > Class Template Reference

#include <variant.hpp>

Public Member Functions

 from_variant_visitor (const variant_object &_vo, T &v, uint32_t max_depth)
 
template<typename Member , class Class , Member Class::* member>
void operator() (const char *name) const
 

Public Attributes

const variant_objectvo
 
T & val
 
const uint32_t _max_depth
 

Detailed Description

template<typename T>
class fc::from_variant_visitor< T >

Definition at line 45 of file variant.hpp.

Constructor & Destructor Documentation

◆ from_variant_visitor()

template<typename T >
fc::from_variant_visitor< T >::from_variant_visitor ( const variant_object _vo,
T &  v,
uint32_t  max_depth 
)
inline

Definition at line 48 of file variant.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
template<typename Member , class Class , Member Class::* member>
void fc::from_variant_visitor< T >::operator() ( const char *  name) const
inline

Definition at line 54 of file variant.hpp.

Member Data Documentation

◆ _max_depth

template<typename T >
const uint32_t fc::from_variant_visitor< T >::_max_depth

Definition at line 63 of file variant.hpp.

◆ val

template<typename T >
T& fc::from_variant_visitor< T >::val

Definition at line 62 of file variant.hpp.

◆ vo

template<typename T >
const variant_object& fc::from_variant_visitor< T >::vo

Definition at line 61 of file variant.hpp.


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