![]() |
• System Utilities |
|
API Links
Developer Links
|
Registrable::GetFirstRegistrationDefined in:
Returns the first registration.
C4Construction.hPrototype
Description
The GetFirstRegistration function returns a pointer to the registration object corresponding to the first registration for subclasses of the classType template parameter. The entire list of registrations can be iterated by calling the MapElement::Next function on the returned object and continuing until nullptr is returned.
See Also
|