![]() |
XII Release 0.1.0
|
Variant type registry allows for custom variant type infos to be accessed. More...
#include <VariantTypeRegistry.h>
Public Member Functions | |
const xiiVariantTypeInfo * | FindVariantTypeInfo (const xiiRTTI *pType) const |
Find the variant type info for the given xiiRTTI type. | |
Variant type registry allows for custom variant type infos to be accessed.
Custom variant types are defined via the XII_DECLARE_CUSTOM_VARIANT_TYPE and XII_DEFINE_CUSTOM_VARIANT_TYPE macros.
const xiiVariantTypeInfo * xiiVariantTypeRegistry::FindVariantTypeInfo | ( | const xiiRTTI * | pType | ) | const |
Find the variant type info for the given xiiRTTI type.