Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::reflector< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct fc::reflector< T >
Template Parameters
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.

Member Typedef Documentation

◆ is_defined

template<typename T >
fc::false_type fc::reflector< T >::is_defined

Definition at line 35 of file reflect.hpp.

◆ is_enum

template<typename T >
fc::false_type fc::reflector< T >::is_enum

Definition at line 36 of file reflect.hpp.

◆ type

template<typename T >
T fc::reflector< T >::type

Definition at line 34 of file reflect.hpp.


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