Torque2D Reference
Public Member Functions | List of all members
FactoryCache< T > Class Template Reference

#include <factoryCache.h>

+ Inheritance diagram for FactoryCache< T >:

Public Member Functions

 FactoryCache ()
 
virtual ~FactoryCache ()
 
T * createObject (void)
 
void cacheObject (T *pObject)
 
void purgeCache (void)
 

Constructor & Destructor Documentation

FactoryCache ( )
inline
virtual ~FactoryCache ( )
inlinevirtual

Member Function Documentation

void cacheObject ( T *  pObject)
inline
T* createObject ( void  )
inline
void purgeCache ( void  )
inline

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