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

#include <reflect.hpp>

Inheritance diagram for fc::reflector_init_visitor< Class >:

Public Member Functions

 reflector_init_visitor (Class &c)
 
void reflector_init () const
 
void reflector_init ()
 

Protected Attributes

Class & obj
 

Detailed Description

template<typename Class>
struct fc::reflector_init_visitor< Class >

Definition at line 103 of file reflect.hpp.

Constructor & Destructor Documentation

◆ reflector_init_visitor()

template<typename Class >
fc::reflector_init_visitor< Class >::reflector_init_visitor ( Class & c)
inlineexplicit

Definition at line 104 of file reflect.hpp.

105 : obj(c) {}

Member Function Documentation

◆ reflector_init() [1/2]

template<typename Class >
void fc::reflector_init_visitor< Class >::reflector_init ( )
inline

Definition at line 110 of file reflect.hpp.

110 {
111 reflect_init( obj );
112 }

◆ reflector_init() [2/2]

template<typename Class >
void fc::reflector_init_visitor< Class >::reflector_init ( ) const
inline

Definition at line 107 of file reflect.hpp.

107 {
108 reflect_init( obj );
109 }

Member Data Documentation

◆ obj

template<typename Class >
Class& fc::reflector_init_visitor< Class >::obj
protected

Definition at line 134 of file reflect.hpp.


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