Registration::GetNextRegistration
Defined in:
Returns the next registration.
C4Creation.h
Prototype
regType *GetNextRegistration(void) const;
Description
The GetNextRegistration
function returns the next registration in the set of registrations for subclasses of the classType
template parameter. If this function is called for the last registration in the set, then the return value is nullptr
.
See Also