IPoolableFactory Class Reference
[Collections]

Factory interface for ObjectPool to create and delete pooled objects. More...

#include <ObjectPool.h>

Inheritance diagram for IPoolableFactory:
IMemoryValidate TestPoolFactory

List of all members.

Public Member Functions

virtual IPoolableCreateInstance ()=0
virtual void Destroy (IPoolable *instance)=0
virtual void CheckMem () const =0
virtual void ValidateMem () const =0

Detailed Description

Factory interface for ObjectPool to create and delete pooled objects.

Definition at line 51 of file ObjectPool.h.


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