9 #include "swCommonLib/Reflection/src/rttr/type.h"
10 #include "swCommonLib/Reflection/src/rttr/rttr_enable.h"
11 #include "swCommonLib/Reflection/src/rttr/rttr_cast.h"
12 #include "swCommonLib/Reflection/src/rttr/constructor.h"
13 #include "swCommonLib/Reflection/src/rttr/destructor.h"
14 #include "swCommonLib/Reflection/src/rttr/method.h"
15 #include "swCommonLib/Reflection/src/rttr/property.h"
16 #include "swCommonLib/Reflection/src/rttr/enumeration.h"
17 #include "swCommonLib/Reflection/src/rttr/registration.h"
18 #include "swCommonLib/Reflection/src/rttr/wrapper_mapper.h"
19 #include "swCommonLib/Reflection/src/rttr/registration_friend.h"
24 enum class MetaDataType
33 typedef rttr::type TypeID;
186 #define BIND_AS_PTR ( rttr::policy::prop::bind_as_ptr )
187 #define BIND_AS_REF ( rttr::policy::prop::as_reference_wrapper )
Plik zawiera definicje podstawowych typów zmiennych.