![]() |
PeriDyno 1.0.0
|
Be aware do not use this structure on GPU if the data size is large. More...
#include <STLBuffer.h>
Public Types | |
using | iterator = T * |
Public Member Functions | |
DYN_FUNC | STLBuffer () |
DYN_FUNC void | reserve (T *beg, uint buffer_size) |
DYN_FUNC uint | max_size () |
Protected Member Functions | |
DYN_FUNC T * | bufferEnd () |
Protected Attributes | |
uint | m_maxSize = 0 |
T * | m_startLoc = nullptr |
Be aware do not use this structure on GPU if the data size is large.
T |
Definition at line 14 of file STLBuffer.h.
using dyno::STLBuffer< T >::iterator = T * |
Definition at line 17 of file STLBuffer.h.
|
inline |
|
inlineprotected |
|
inline |
Definition at line 26 of file STLBuffer.h.
|
inline |
Definition at line 21 of file STLBuffer.h.
|
protected |
Definition at line 36 of file STLBuffer.h.
|
protected |
Definition at line 38 of file STLBuffer.h.