HDK
|
Represents a location for a single object inside of an APEX_Buffer. More...
#include <APEX_Buffer.h>
Public Member Functions | |
bool | isValid () const |
void * | getVoidPtr () |
const void * | getVoidPtr () const |
Public Attributes | |
APEX_Buffer * | buffer = nullptr |
const APEX_TypeDefinitionBase * | type_defn = nullptr |
exint | offset = -1 |
Represents a location for a single object inside of an APEX_Buffer.
Definition at line 176 of file APEX_Buffer.h.
|
inline |
Definition at line 188 of file APEX_Buffer.h.
|
inline |
Definition at line 198 of file APEX_Buffer.h.
|
inline |
Definition at line 183 of file APEX_Buffer.h.
APEX_Buffer* apex::APEX_Argument::buffer = nullptr |
Definition at line 179 of file APEX_Buffer.h.
exint apex::APEX_Argument::offset = -1 |
Definition at line 181 of file APEX_Buffer.h.
const APEX_TypeDefinitionBase* apex::APEX_Argument::type_defn = nullptr |
Definition at line 180 of file APEX_Buffer.h.