Main Page Class Hierarchy Compound List File List Compound Members
csObjectPool Class Reference
This is a helper class for DECLARE_OBJECT_POOL.
More...
#include <objpool.h>
List of all members.
Public Methods |
virtual void* | CreateItem ()=0 |
virtual void | FreeItem (void *)=0 |
| csObjectPool () |
virtual | ~csObjectPool () |
void* | Alloc () |
void | Free (void *o) |
Protected Attributes |
csSome* | Objects |
int | Num |
int | Max |
Detailed Description
This is a helper class for DECLARE_OBJECT_POOL.
The documentation for this class was generated from the following file:
Generated for Crystal Space by
doxygen
1.2.5 written by
Dimitri van Heesch,
©1997-2000