|
libcommonc++
0.7
|
This is the complete list of members for DynamicObjectPool< T >, including all inherited members.
| _avail | ObjectPool< T > | protected |
| _size | ObjectPool< T > | protected |
| DynamicObjectPool(uint_t size, void(*resetFunc)(T *), bool lazy=false) | DynamicObjectPool< T > | |
| getAvailable() const | ObjectPool< T > | inline |
| getSize() const | ObjectPool< T > | inline |
| ObjectPool(uint_t size) | ObjectPool< T > | inline |
| release(T *elem) | DynamicObjectPool< T > | virtual |
| reserve() | DynamicObjectPool< T > | virtual |
| ~DynamicObjectPool() | DynamicObjectPool< T > | |
| ~ObjectPool() | ObjectPool< T > | inlinevirtual |