FCT
|
#include <ObjectPool.h>
Public 成员函数 | |
ObjectPoolChunk () | |
ObjectPoolChunk (const ObjectPoolChunk &other)=delete | |
ObjectPoolChunk (ObjectPoolChunk &&other) noexcept | |
~ObjectPoolChunk () | |
template<typename... Args> | |
T * | addSingle (size_t index, Args... args) |
T * | addSingle (size_t index) |
T * | get (size_t index) const |
void | clear () |
Protected 属性 | |
size_t | m_size |
T * | m_objects |
在文件 ObjectPool.h 第 12 行定义.
|
inline |
|
delete |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
在文件 ObjectPool.h 第 46 行定义.
|
protected |
在文件 ObjectPool.h 第 63 行定义.
|
protected |
在文件 ObjectPool.h 第 62 行定义.