Standard handle, which allocates via DD Images memory pool. More...
#include <Handle.h>
Public Member Functions | |
Handle (size_t size) | |
![]() | |
BaseHandle (void *data, size_t size) | |
ctor, sets the data and size | |
~BaseHandle () override=0 | |
Empty function - C++ requires an implementation for pure virtual destructors. | |
void * | getAllocatedData () const |
Get the data that has been allocated at construction. | |
size_t | getDataSize () const |
get the amount of data that is pointed to by this handle | |
![]() | |
void | ref () |
increment the reference count | |
void | unref () |
decrement the reference count. delete object if this becomes zero. | |
int | refcount () const |
get the reference counter | |
Static Public Member Functions | |
static HandlePtr | Make (size_t size) |
Additional Inherited Members | |
![]() | |
void * | _data |
our data blob | |
const size_t | _size |
how big it is | |
Standard handle, which allocates via DD Images memory pool.
©2025 The Foundry Visionmongers, Ltd. All Rights Reserved. |