General KERNEL Documentation     End User KERNEL Services  


atExitSingleton Class Reference


Public Member Functions

 atExitSingleton (bool Make_ATEXIT)
 ~atExitSingleton ()

Detailed Description

To execute only once GENERIC_DESTRUCTOR::HouseKeeping et the end of process, a dedicated object is created, as a singleton: atExitSingleton. When the singleton is created, the HouseKeeping() function is registered in atExit(). Destructors is a list created on heap, and deleted by HouseKeeping(), with the list content.


Constructor & Destructor Documentation

atExitSingleton::atExitSingleton bool  Make_ATEXIT  )  [inline]
 

atExitSingleton::~atExitSingleton  )  [inline]