|
Util--
1.1
|
#include <utilmm/memory/objectpool.hh>


Public Member Functions | |
| ~object_pool () | |
| T * | get () |
| void | put (T *object) |
A pool of already-constructed objects
This class manages a list of heap-allocated constructed objects.
The pool is thread-safe
|
inline |
References utilmm::sweep().
|
inline |
|
inline |
1.8.6