#include <TSharedBuffer.h>
Classes | |
class | TNode |
Public Member Functions | |
TSharedBuffer () | |
~TSharedBuffer () | |
TUINT | GetSize () const |
TBOOL | SetSize (TINT a_iSize) |
T & | At (TINT a_iIndex) |
const T & | At (TINT a_iIndex) const |
T & | operator[] (TINT a_iIndex) |
const T & | operator[] (TINT a_iIndex) const |
Static Public Member Functions | |
static void | CreateSharedBuffers (TINT a_iNumBuffers) |
static void | DestroySharedBuffers () |
static TBOOL | IsAnyBuffersUsed () |
Definition at line 13 of file TSharedBuffer.h.
|
inline |
Definition at line 111 of file TSharedBuffer.h.
|
inline |
Definition at line 117 of file TSharedBuffer.h.
|
inline |
Definition at line 182 of file TSharedBuffer.h.
|
inline |
Definition at line 197 of file TSharedBuffer.h.
|
inlinestatic |
Definition at line 53 of file TSharedBuffer.h.
|
inlinestatic |
|
inline |
Definition at line 122 of file TSharedBuffer.h.
|
inlinestatic |
Definition at line 94 of file TSharedBuffer.h.
|
inline |
Definition at line 212 of file TSharedBuffer.h.
|
inline |
Definition at line 217 of file TSharedBuffer.h.
|
inline |
Definition at line 127 of file TSharedBuffer.h.