BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <reflect_util.hpp>
Public Types | |
typedef StaticVariant | result_type |
Public Member Functions | |
template<typename Member > | |
result_type | operator() (const Member &dummy) |
from_which_visitor (const variant &_v, uint32_t max_depth) | |
Public Attributes | |
const variant & | v |
const uint32_t | _max_depth |
Definition at line 73 of file reflect_util.hpp.
typedef StaticVariant graphene::wallet::impl::from_which_visitor< StaticVariant >::result_type |
Definition at line 75 of file reflect_util.hpp.
|
inline |
Definition at line 88 of file reflect_util.hpp.
|
inline |
Definition at line 78 of file reflect_util.hpp.
const uint32_t graphene::wallet::impl::from_which_visitor< StaticVariant >::_max_depth |
Definition at line 86 of file reflect_util.hpp.
const variant& graphene::wallet::impl::from_which_visitor< StaticVariant >::v |
Definition at line 85 of file reflect_util.hpp.