#include <snd_InstancePool.h>
Inherits nw::snd::internal::PoolImpl.
Public Member Functions | |
| u32 | Create (void *buffer, unsigned long size) |
| void | Destroy () |
| int | Count () const |
| T * | Alloc () |
| void | Free (T *obj) |
Additional Inherited Members | |
| Private Member Functions inherited from nw::snd::internal::PoolImpl | |
| PoolImpl () | |
| u32 | CreateImpl (void *buffer, size_t size, u32 objSize) |
| void | DestroyImpl () |
| int | CountImpl () const |
| void * | AllocImpl () |
| void | FreeImpl (void *ptr) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |