|
HDK
|
#include <APEX_Types.h>
Static Public Member Functions | |
| static void * | allocate (exint size) |
Called to allocate a UT_Array<T> of length size. More... | |
| static bool | compile (APEX_Buffer *buffer, APEX_Graph *graph, APEX_PortID port) |
| static void | clear (T *mem) |
Given an initialized instance of T, reset it to the default state. More... | |
| static bool | isHandle () |
Definition at line 184 of file APEX_Types.h.
|
inlinestatic |
Called to allocate a UT_Array<T> of length size.
Definition at line 188 of file APEX_Types.h.
|
inlinestatic |
Given an initialized instance of T, reset it to the default state.
Definition at line 198 of file APEX_Types.h.
|
inlinestatic |
Called for each non-subport usage of a type with the buffer, graph and allocated port.
Returns whether or not compilation was successful – if it returns false, then compilation is aborted. Error messages can be added into the passed graph with addError. For types which handle their own subports (like VariadicArgs), validity of those subports must be checked here; callbacks can do the same thing (usually with spare ports) in their compile callback.
Definition at line 196 of file APEX_Types.h.
|
inlinestatic |
Definition at line 224 of file APEX_Types.h.