Registration::GetRegistrableType
Defined in: C4Construction.h
Returns the type of the registered class.
Prototype
Type GetRegistrableType(void) const;
Description
The GetRegistrableType function returns the unique type identifier for the custom class type that the registration object represents.
See Also
Registrable::FindRegistration
|