#include <FixedBlockMemoryAllocator.hpp>
|
| template<typename... CtorArgTypes> |
| ObjectType * | NewObject (const Char *dbgDescription, const char *dbgFileName, const Int32 dbgLineNumber, CtorArgTypes &&... CtorArgs) |
| |
| void | Destroy (ObjectType *pObj) |
| |
◆ Destroy()
template<typename ObjectType >
◆ GetPool()
template<typename ObjectType >
◆ NewObject()
template<typename ObjectType >
template<typename... CtorArgTypes>
| ObjectType* Diligent::ObjectPool< ObjectType >::NewObject |
( |
const Char * |
dbgDescription, |
|
|
const char * |
dbgFileName, |
|
|
const Int32 |
dbgLineNumber, |
|
|
CtorArgTypes &&... |
CtorArgs |
|
) |
| |
|
inline |
◆ SetPageSize()
template<typename ObjectType >
◆ SetRawAllocator()
template<typename ObjectType >
The documentation for this class was generated from the following file: