Singleton Class Reference
#include <Singleton.h>
Inheritance diagram for Singleton:
![](../class_singleton.png)
# Static Public Member Functions | |
static void | secure () |
Secure the singleton classes. |
# Additional Inherited Members | |
![]() | |
void | constructor () |
Class' constructor. | |
const void * | getVTable () |
bool | mutateTo (const void *targetClass) |
![]() | |
static Object | getCast (void *object, ClassPointer targetClassGetClassMethod, ClassPointer baseClassGetClassMethod) |
![]() | |
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