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