Torque2D Reference
Loading...
Searching...
No Matches
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()

template<class T>
FactoryCache ( )
inline

◆ ~FactoryCache()

template<class T>
virtual ~FactoryCache ( )
inlinevirtual

Member Function Documentation

◆ cacheObject()

template<class T>
void cacheObject ( T * pObject)
inline

◆ createObject()

template<class T>
T * createObject ( void )
inline

◆ purgeCache()

template<class T>
void purgeCache ( void )
inline

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