HDK
|
#include "APEX_API.h"
#include "APEX_COW.h"
#include "APEX_Types.h"
#include <UT/UT_Array.h>
#include <UT/UT_Assert.h>
#include <UT/UT_Debug.h>
#include <UT/UT_Format.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_WorkBuffer.h>
#include <SYS/SYS_Types.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | apex::APEX_TypedBuffer |
Expandable storage of arbitrary runtime types for APEX program state. Indexed by APEX_Buffer. More... | |
class | apex::APEX_Buffer |
Holds all of the memory for execution state of a compiled APEX graph. More... | |
class | apex::APEX_Argument |
Represents a location for a single object inside of an APEX_Buffer. More... | |
class | apex::APEX_TrackedArgument |
Namespaces | |
apex | |
Macros | |
#define | APEX_INVALID_DATAID -1 |
Typedefs | |
using | apex::APEX_DataID = int64 |
#define APEX_INVALID_DATAID -1 |
Definition at line 86 of file APEX_Buffer.h.