Refureku v2.2.0
C++17 runtime reflection library.
|
#include <Object.h>
Public Member Functions | |
Object (Object const &)=default | |
Object (Object &&)=default | |
virtual Struct const & | getArchetype () const noexcept=0 |
Object & | operator= (Object const &)=default |
Object & | operator= (Object &&)=default |
Base class which implements the virtual getArchetype method.