Refureku v2.2.0
C++17 runtime reflection library.
Instantiator.h
1
8#pragma once
9
10#include "Refureku/Config.h"
11#include "Refureku/Properties/Property.h"
12#include "Refureku/Properties/PropertySettings.h"
13
14#include "Refureku/Generated/Instantiator.rfkh.h"
15
16namespace rfk RFKNamespace()
17{
22 class REFUREKU_API RFKClass(rfk::PropertySettings(rfk::EEntityKind::Method)) Instantiator : public rfk::Property
23 {
24 rfk_Instantiator_GENERATED
25 };
26}
27
28File_Instantiator_GENERATED
Base class to inherit from to define new properties.
Definition: Property.h:23
Definition: Allocator.h:16