System::ObjectType class

ObjectType class

Provides static methods that implement object type getters. This is a static type with no instance services. You should never create instances of it by any means.

class ObjectType

Methods

MethodDescription
static GetType(const T&)Implements typeof() translation. Overload for smart pointers.
static GetType(const T&)Implements typeof() translation. Overload for structures.
static GetType(const T&)Implements typeof() translation. Overload for exceptions.
static GetType(const T)Implements typeof() translation. Overload for primitive types.
static GetType(const T)Implements typeof() translation. Overload for Nullable types.
static GetType()Implements typeof() translation. Overload for primitive types.
static GetType()Implements typeof() translation. Overload for enum types.
static GetType()Implements typeof() translation. Overload for structures and pointers.
static GetType()Implements typeof() translation. Overload for Nullable.
static GetType()Implements typeof() translation. Overload for MutlicastDelegate.
static GetType()Implements typeof() translation. Overload for structures and pointers.
static GetType(const String&)Implements typeof() translation. Overload for string type.
static GetType()Implements typeof() translation. Overload for uint8_t.
static GetType()Implements typeof() translation. Overload for uint8_t.
static GetType()Implements typeof() translation. Overload for uint8_t.
static GetType()Implements typeof() translation. Overload for uint8_t.
static GetType()Implements typeof() translation. Overload for uint8_t.
static GetType()Implements typeof() translation. Overload for uint8_t.

See Also