Wire Sysio Wire Sysion 1.0.0
|
defines visit functions for T Unless this is specialized, visit() will not be defined for T. More...
#include <reflect.hpp>
Public Types | |
typedef T | type |
typedef fc::false_type | is_defined |
typedef fc::false_type | is_enum |
T | - the type that will be visited. |
The FC_REFLECT(TYPE,MEMBERS) or FC_STATIC_REFLECT_DERIVED(TYPE,BASES,MEMBERS) macro is used to specialize this class for your type.
Definition at line 33 of file reflect.hpp.
fc::false_type fc::reflector< T >::is_defined |
Definition at line 35 of file reflect.hpp.
fc::false_type fc::reflector< T >::is_enum |
Definition at line 36 of file reflect.hpp.
T fc::reflector< T >::type |
Definition at line 34 of file reflect.hpp.