Singleton Class Reference
#include <Singleton.h>
Inheritance diagram for Singleton:
# Static Public Member Functions | |
| static void | secure () |
| Secure the singleton classes. | |
# Additional Inherited Members | |
Private Member Functions inherited from Object | |
| void | constructor () |
| Class' constructor. | |
| const void * | getVTable () |
| bool | mutateTo (const void *targetClass) |
Static Private Member Functions inherited from Object | |
| static Object | getCast (void *object, ClassPointer targetClassGetClassMethod, ClassPointer baseClassGetClassMethod) |
Private Attributes inherited from Object | |
| void * | vTable |
| Pointer to the class's virtual table. | |
# Detailed Description
Class Singleton
Inherits from Object
Catches assertions and hardware exceptions.
Definition at line 245 of file Singleton.h.
# Member Function Documentation
# secure()
|
static |
Secure the singleton classes.
Definition at line 245 of file Singleton.c.
The documentation for this class was generated from the following files:
- VUEngine-Core/source/Debugging/Singleton/Singleton.h
- VUEngine-Core/source/Debugging/Singleton/Singleton.c
Private Member Functions inherited from