TuttleOFX
1
|
#include <cstddef>
#include <stdexcept>
#include <boost/smart_ptr/intrusive_ptr.hpp>
Go to the source code of this file.
Data Structures | |
class | tuttle::host::memory::IUnknown |
class | tuttle::host::memory::IPoolData |
class | tuttle::host::memory::IMemoryPool |
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::host |
Library for host. | |
namespace | tuttle::host::memory |
Typedefs | |
typedef ::boost::intrusive_ptr < IPoolData > | tuttle::host::memory::IPoolDataPtr |
Functions | |
void | tuttle::host::memory::intrusive_ptr_add_ref (IPoolData *pData) |
void | tuttle::host::memory::intrusive_ptr_release (IPoolData *pData) |