BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#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_object & | vo |
T & | val |
const uint32_t | _max_depth |
Definition at line 45 of file variant.hpp.
|
inline |
Definition at line 48 of file variant.hpp.
|
inline |
Definition at line 54 of file variant.hpp.
const uint32_t fc::from_variant_visitor< T >::_max_depth |
Definition at line 63 of file variant.hpp.
T& fc::from_variant_visitor< T >::val |
Definition at line 62 of file variant.hpp.
const variant_object& fc::from_variant_visitor< T >::vo |
Definition at line 61 of file variant.hpp.