QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsOpenClUtils::CPLAllocator< T > Struct Template Reference

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)
 

Detailed Description

template<typename T>
struct QgsOpenClUtils::CPLAllocator< T >

Tiny smart-pointer-like wrapper around CPLMalloc and CPLFree: this is needed because OpenCL C++ API may throw exceptions.

Definition at line 243 of file qgsopenclutils.h.

Constructor & Destructor Documentation

◆ CPLAllocator()

template<typename T >
QgsOpenClUtils::CPLAllocator< T >::CPLAllocator ( unsigned long  size)
inlineexplicit

Definition at line 248 of file qgsopenclutils.h.

◆ ~CPLAllocator()

template<typename T >
QgsOpenClUtils::CPLAllocator< T >::~CPLAllocator ( )
inline

Definition at line 250 of file qgsopenclutils.h.

Member Function Documentation

◆ get()

template<typename T >
T * QgsOpenClUtils::CPLAllocator< T >::get ( )
inline

Definition at line 285 of file qgsopenclutils.h.

◆ operator*()

template<typename T >
T & QgsOpenClUtils::CPLAllocator< T >::operator* ( )
inline

Definition at line 267 of file qgsopenclutils.h.

◆ operator[]()

template<typename T >
T & QgsOpenClUtils::CPLAllocator< T >::operator[] ( const int  index)
inline

Definition at line 280 of file qgsopenclutils.h.

◆ release()

template<typename T >
T * QgsOpenClUtils::CPLAllocator< T >::release ( )
inline

Definition at line 273 of file qgsopenclutils.h.

◆ reset() [1/2]

template<typename T >
void QgsOpenClUtils::CPLAllocator< T >::reset ( T *  newData)
inline

Definition at line 255 of file qgsopenclutils.h.

◆ reset() [2/2]

template<typename T >
void QgsOpenClUtils::CPLAllocator< T >::reset ( unsigned long  size)
inline

Definition at line 262 of file qgsopenclutils.h.


The documentation for this struct was generated from the following file: