![]() |
Plasma Engine
2.0
|
Public Types | |
enum | Enum { Invalid , DirectCast , PointerCast , TypedObject , CustomTypeCast } |
enum plVariantClass::Enum |
Enumerator | |
---|---|
DirectCast | A standard type. |
PointerCast | Any cast to T*. |
TypedObject | plTypedObject cast. Needed because at no point does and plVariant ever store a plTypedObject so it can't be returned as a const reference. |
CustomTypeCast | Custom object types. |