|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Internal storage shared among all handles. More...
#include <ObjectPool.hpp>
Public Member Functions | |
| void | recycle (uPtrResource p) |
| Push an object back onto the free-list. | |
Public Attributes | |
| std::vector< uPtrResource > | _pool |
Internal storage shared among all handles.
Definition at line 37 of file ObjectPool.hpp.
|
inline |
Push an object back onto the free-list.
Definition at line 41 of file ObjectPool.hpp.
| std::vector<uPtrResource> DNDS::ObjectPool< T >::Pool::_pool |
Definition at line 39 of file ObjectPool.hpp.