General KERNEL Documentation     End User KERNEL Services  


src/Basics/BasicsGenericDestructor.cxx File Reference

#include <iostream>
#include <list>
#include <cstdlib>
#include "BasicsGenericDestructor.hxx"

Include dependency graph for BasicsGenericDestructor.cxx:


Data Structures

class  atExitSingleton

Functions

void HouseKeeping ()

Variables

static bool atExitSingletonDone = false
static atExitSingleton HouseKeeper = atExitSingleton(false)
 static singleton for atExitSingleton class

Function Documentation

void HouseKeeping void   ) 
 

Executes all objects of type DESTRUCTOR_OF in the Destructors list. Deletes all objects of type DESTRUCTOR_OF in the Destructors list. Deletes the list.


Variable Documentation

bool atExitSingletonDone = false [static]
 

atExitSingleton HouseKeeper = atExitSingleton(false) [static]