Public Member Functions

pool< T > Class Template Reference

SEC:Level_1. More...

#include <pool.h>

Public Member Functions

 pool (int size=10)
 in: size: The initial size of the pool
T * getItem (void)
void returnItem (T *item)
 in: item: pointer to item to return

Detailed Description

template<class T>
class pool< T >

SEC:Level_1.


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