TypeInfoPtr()

TypeInfoPtr::TypeInfoPtr() constructor

Default constructor.

System::TypeInfoPtr::TypeInfoPtr()=default

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

Constructor.

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

Arguments

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

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

Constructor.

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

Arguments

ParameterTypeDescription
nameconst char_t *Type name.
hashuint32_tType name hash.

TypeInfoPtr::TypeInfoPtr(const char_t *) constructor

Constructor.

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

Arguments

ParameterTypeDescription
nameconst char_t *Type name.

TypeInfoPtr::TypeInfoPtr(const String&) constructor

Constructor.

System::TypeInfoPtr::TypeInfoPtr(const String &name)

Arguments

ParameterTypeDescription
nameconst String&Type name.

See Also