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

#include <ext.hpp>

Public Member Functions

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

Public Attributes

const variant_objectvo
 
T & value
 
const uint32_t _max_depth
 
uint32_t count_left = 0
 

Detailed Description

template<typename T>
struct fc::graphene_extension_from_variant_visitor< T >

Definition at line 138 of file ext.hpp.

Constructor & Destructor Documentation

◆ graphene_extension_from_variant_visitor()

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

Definition at line 140 of file ext.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 148 of file ext.hpp.

Member Data Documentation

◆ _max_depth

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

Definition at line 161 of file ext.hpp.

◆ count_left

template<typename T >
uint32_t fc::graphene_extension_from_variant_visitor< T >::count_left = 0
mutable

Definition at line 162 of file ext.hpp.

◆ value

template<typename T >
T& fc::graphene_extension_from_variant_visitor< T >::value

Definition at line 160 of file ext.hpp.

◆ vo

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

Definition at line 159 of file ext.hpp.


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