TypeInfoPtr

TypeInfoPtr struct

Wrapper for a pointer to an instance of TypeInfo class. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.

class TypeInfoPtr

Methods

MethodDescription
operator TypeInfo *()Returns a raw pointer to the represented TypeInfo object.
TypeInfoPtr()Default constructor.
TypeInfoPtr(const std::type_info&)Constructor.
TypeInfoPtr(const char_t *, uint32_t)Constructor.
TypeInfoPtr(const char_t *)Constructor.
TypeInfoPtr(const String&)Constructor.
~TypeInfoPtr()Destructor.

See Also