|
HDK
|
Expandable storage of arbitrary runtime types for APEX program state. Indexed by APEX_Buffer. More...
#include <APEX_Buffer.h>
Public Member Functions | |
| APEX_TypedBuffer (const APEX_TypeDefinitionBase *typedfn) | |
| ~APEX_TypedBuffer () | |
| void | clear () |
| void | allocate (exint size) |
| void * | storage () |
| void * | data (exint index=0) |
| const APEX_TypeDefinitionBase * | typeDefinition () |
Expandable storage of arbitrary runtime types for APEX program state. Indexed by APEX_Buffer.
Definition at line 53 of file APEX_Buffer.h.
|
inline |
Definition at line 56 of file APEX_Buffer.h.
|
inline |
Definition at line 61 of file APEX_Buffer.h.
| void apex::APEX_TypedBuffer::clear | ( | ) |
|
inline |
Definition at line 68 of file APEX_Buffer.h.
|
inline |
Definition at line 70 of file APEX_Buffer.h.