Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::Allocator_SingletonSupport< D > Class Template Reference

#include "OVR_Allocator.h"

Inheritance diagram for OVR::Allocator_SingletonSupport< D >:
Inheritance graph
Collaboration diagram for OVR::Allocator_SingletonSupport< D >:
Collaboration graph

Data Structures

struct  AllocContainer
 

Public Member Functions

 Allocator_SingletonSupport ()
 
- Public Member Functions inherited from OVR::Allocator
virtual void * Alloc (UPInt size)=0
 
virtual void * AllocDebug (UPInt size, const char *file, unsigned line)
 
virtual void * Realloc (void *p, UPInt newSize)=0
 
virtual void Free (void *p)=0
 
virtual void * AllocAligned (UPInt size, UPInt align)
 
virtual void FreeAligned (void *p)
 

Static Public Member Functions

static D * InitSystemSingleton ()
 
- Static Public Member Functions inherited from OVR::Allocator
static AllocatorGetInstance ()
 
static void setInstance (Allocator *palloc)
 

Protected Member Functions

virtual void onSystemShutdown ()
 

Private Attributes

AllocContainerpContainer
 

Detailed Description

template<class D>
class OVR::Allocator_SingletonSupport< D >

Definition at line 249 of file OVR_Allocator.h.

Constructor & Destructor Documentation

template<class D>
OVR::Allocator_SingletonSupport< D >::Allocator_SingletonSupport ( )
inline

Definition at line 261 of file OVR_Allocator.h.

Member Function Documentation

template<class D>
static D* OVR::Allocator_SingletonSupport< D >::InitSystemSingleton ( )
inlinestatic

Definition at line 265 of file OVR_Allocator.h.

template<class D>
virtual void OVR::Allocator_SingletonSupport< D >::onSystemShutdown ( )
inlineprotectedvirtual

Reimplemented from OVR::Allocator.

Definition at line 277 of file OVR_Allocator.h.

Field Documentation

template<class D>
AllocContainer* OVR::Allocator_SingletonSupport< D >::pContainer
private

Definition at line 258 of file OVR_Allocator.h.


The documentation for this class was generated from the following file: