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_to_variant_visitor< T > Struct Template Reference

#include <ext.hpp>

Public Member Functions

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

Public Attributes

const T & value
 
limited_mutable_variant_object mvo
 

Detailed Description

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

Definition at line 183 of file ext.hpp.

Constructor & Destructor Documentation

◆ graphene_extension_to_variant_visitor()

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

Definition at line 185 of file ext.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 188 of file ext.hpp.

Member Data Documentation

◆ mvo

Definition at line 195 of file ext.hpp.

◆ value

template<typename T >
const T& fc::graphene_extension_to_variant_visitor< T >::value

Definition at line 194 of file ext.hpp.


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