#include "../debug/DebugUtils.h"
Go to the source code of this file.
Namespaces | |
| namespace | oasys |
Classes | |
| class | oasys::SingletonBase |
| Common base class used to store all the singleton pointers and allow for exit-time deletion of the instances. More... | |
| class | oasys::SingletonBase::Fini |
| Inner class that is instantiated once per program and is used to delete all the singletons when the program exits. More... | |
| class | oasys::Singleton< _Class, true > |
| Singleton template with autocreation. More... | |
| class | oasys::Singleton< _Class, false > |
| Singleton template with no autocreation. More... | |
| class | oasys::SingletonRef< _Class > |
| Reference to a Singleton. More... | |
1.5.3