|
TuttleOFX
1
|
forward declaration More...
#include <MemoryPool.hpp>

Public Member Functions | |
| virtual | ~IPool ()=0 |
| virtual void | referenced (PoolData *)=0 |
| virtual void | released (PoolData *)=0 |
forward declaration
Definition at line 22 of file MemoryPool.hpp.
| tuttle::host::memory::IPool::~IPool | ( | ) | [pure virtual] |
Definition at line 15 of file MemoryPool.cpp.
| virtual void tuttle::host::memory::IPool::referenced | ( | PoolData * | ) | [pure virtual] |
Implemented in tuttle::host::memory::MemoryPool.
Referenced by tuttle::host::memory::PoolData::addRef().
| virtual void tuttle::host::memory::IPool::released | ( | PoolData * | ) | [pure virtual] |
Implemented in tuttle::host::memory::MemoryPool.
Referenced by tuttle::host::memory::PoolData::release().