![]() |
Project
|
#include <GPUCommonAlignedAlloc.h>
Inherits std::unique_ptr< char[], alignedDeleter< T > >.
Public Member Functions | |
| aligned_unique_buffer_ptr ()=default | |
| aligned_unique_buffer_ptr (size_t n) | |
| aligned_unique_buffer_ptr (T *ptr) | |
| char * | getraw () |
| const char * | getraw () const |
| T * | get () |
| const T * | get () const |
| T * | operator-> () |
| const T * | operator-> () const |
| T * | alloc (std::size_t n) |
Definition at line 42 of file GPUCommonAlignedAlloc.h.
|
default |
|
inline |
Definition at line 44 of file GPUCommonAlignedAlloc.h.
|
inline |
Definition at line 45 of file GPUCommonAlignedAlloc.h.
|
inline |
Definition at line 52 of file GPUCommonAlignedAlloc.h.
|
inline |
Definition at line 48 of file GPUCommonAlignedAlloc.h.
|
inline |
Definition at line 49 of file GPUCommonAlignedAlloc.h.
|
inline |
Definition at line 46 of file GPUCommonAlignedAlloc.h.
|
inline |
Definition at line 47 of file GPUCommonAlignedAlloc.h.
|
inline |
Definition at line 50 of file GPUCommonAlignedAlloc.h.
|
inline |
Definition at line 51 of file GPUCommonAlignedAlloc.h.