#include <OVR_Allocator.h>

Classes | |
| struct | AllocContainer |
Public Member Functions | |
| Allocator_SingletonSupport () | |
Static Public Member Functions | |
| static D * | InitSystemSingleton () |
Protected Member Functions | |
| virtual void | onSystemShutdown () |
Private Attributes | |
| AllocContainer * | pContainer |
Definition at line 238 of file OVR_Allocator.h.
| OVR::Allocator_SingletonSupport< D >::Allocator_SingletonSupport | ( | ) | [inline] |
Definition at line 250 of file OVR_Allocator.h.
| static D* OVR::Allocator_SingletonSupport< D >::InitSystemSingleton | ( | ) | [inline, static] |
Definition at line 254 of file OVR_Allocator.h.
| virtual void OVR::Allocator_SingletonSupport< D >::onSystemShutdown | ( | ) | [inline, protected, virtual] |
Reimplemented from OVR::Allocator.
Definition at line 266 of file OVR_Allocator.h.
AllocContainer* OVR::Allocator_SingletonSupport< D >::pContainer [private] |
Definition at line 247 of file OVR_Allocator.h.