TypeInfo()

TypeInfo::TypeInfo() constructor

Default constructor (no type is set).

System::TypeInfo::TypeInfo()

TypeInfo::TypeInfo(std::nullptr_t) constructor

Null object constructor (no type is set).

System::TypeInfo::TypeInfo(std::nullptr_t)

TypeInfo::TypeInfo(const char_t *) constructor

Constructor.

System::TypeInfo::TypeInfo(const char_t *name)

Arguments

ParameterTypeDescription
nameconst char_t *Type name.

TypeInfo::TypeInfo(const char_t *, uint32_t) constructor

Constructor.

System::TypeInfo::TypeInfo(const char_t *name, uint32_t hash)

Arguments

ParameterTypeDescription
nameconst char_t *Type name.
hashuint32_tType name hash.

TypeInfo::TypeInfo(const std::type_info&) constructor

Constructor.

System::TypeInfo::TypeInfo(const std::type_info &info)

Arguments

ParameterTypeDescription
infoconst std::type_info&Information about a type.

See Also