|
QGIS API Documentation 3.99.0-Master (c22de0620c0)
|
Tiny smart-pointer-like wrapper around CPLMalloc and CPLFree: this is needed because OpenCL C++ API may throw exceptions. More...
#include <qgsopenclutils.h>
Public Member Functions | |
| CPLAllocator (unsigned long size) | |
| ~CPLAllocator () | |
| T * | get () |
| T & | operator* () |
| T & | operator[] (const int index) |
| T * | release () |
| void | reset (T *newData) |
| void | reset (unsigned long size) |
Tiny smart-pointer-like wrapper around CPLMalloc and CPLFree: this is needed because OpenCL C++ API may throw exceptions.
Definition at line 250 of file qgsopenclutils.h.
|
inlineexplicit |
Definition at line 255 of file qgsopenclutils.h.
|
inline |
Definition at line 257 of file qgsopenclutils.h.
|
inline |
Definition at line 292 of file qgsopenclutils.h.
|
inline |
Definition at line 274 of file qgsopenclutils.h.
|
inline |
Definition at line 287 of file qgsopenclutils.h.
|
inline |
Definition at line 280 of file qgsopenclutils.h.
|
inline |
Definition at line 262 of file qgsopenclutils.h.
|
inline |
Definition at line 269 of file qgsopenclutils.h.