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 |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
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) |