ObjectPool Class
(Utils::ObjectPool)Public Functions
| ObjectPool() | |
| ~ObjectPool() | |
| void | addObject(T *t) |
| T * | findObject(const Func &func) const |
| void | forEachObject(const Func &func) const |
| int | size() const |
Member Function Documentation
ObjectPool::ObjectPool()
Default constructs an instance of ObjectPool.
ObjectPool::~ObjectPool()
Destroys the instance of ObjectPool.