Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cSingleton.cpp File Reference
#include "pch.h"
#include "cSingleton.h"
#include "cArray.h"
#include "cOSModImpl.h"
#include "cLogMgr.h"

Namespaces

 Gray
 < The main namespace for all Core functions.
 

Detailed Description

Register singletons for proper destruction.

Note
Yes i know that the C run time will sort of do this for me using the { static construction } technique. But i want more visibility and control of the destructors and guaranteed dynamic construction and memory allocation.