Wire Sysio Wire Sysion 1.0.0
|
#include <abi_serializer.hpp>
Public Member Functions | |
abi_from_variant_visitor (const variant_object &_vo, T &v, Resolver _resolver, abi_traverse_context &_ctx) | |
template<typename Member , class Class , Member Class::* member> | |
void | operator() (const char *name) const |
Public Member Functions inherited from fc::reflector_init_visitor< T > | |
reflector_init_visitor (T &c) | |
void | reflector_init () const |
void | reflector_init () |
Additional Inherited Members | |
Protected Attributes inherited from fc::reflector_init_visitor< T > | |
T & | obj |
Reflection visitor that uses a resolver to resolve ABIs for nested types this will degrade to the common fc::from_variant as soon as the type no longer contains ABI related info
Reslover | - callable with the signature (const name& code_account) -> std::optional<abi_def> |
Definition at line 854 of file abi_serializer.hpp.
|
inline |
Definition at line 857 of file abi_serializer.hpp.
|
inline |
Visit a single member and extract it from the variant object
Member | - the member to visit |
Class | - the class we are traversing |
member | - pointer to the member |
name | - the name of the member |
Definition at line 872 of file abi_serializer.hpp.