1#ifndef Cpl_System_PrivateStartup_x_h__ 
    2#define Cpl_System_PrivateStartup_x_h__ 
This class is used by the Container classes to implement a various types of singly linked containers.
Definition Item.h:33
 
This class defines a start-up handler/hook that allows a Colony.Core sub-system to register to be cal...
Definition PrivateStartup_.h:43
 
static void registerHook(StartupHook_ &callbackInstance, InitLevel_T initOrder)
This is used to register instance of this class.
 
static void notifyStartupClients(void)
This method is intended to be USED ONLY by the Cpl::System::Api::init() method to trigger all of the ...
 
virtual void notify(InitLevel_T init_level)=0
Initialized last.
 
StartupHook_(InitLevel_T myInitLevel)
Base Class constructor -->performs the callback/init-level registration.
 
virtual ~StartupHook_()
Ensure the destructor is virtual.
Definition PrivateStartup_.h:76
 
InitLevel_T
This enum defines 'init_levels'.
Definition PrivateStartup_.h:52
 
@ eSYSTEM
Initialized first.
Definition PrivateStartup_.h:54
 
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20