CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Internal types, typedefs and structures. More...
Typedefs | |
typedef void * | vx_ptr_t |
A convenience typedef for void pointers. | |
Enumerations | |
enum | vx_reftype_e { VX_INTERNAL = 1 , VX_EXTERNAL = 2 , VX_BOTH = 3 } |
An internal enum for notating which sort of reference type we need. More... | |
Internal types, typedefs and structures.
typedef void* vx_ptr_t |
#include <vx_internal.h>
A convenience typedef for void pointers.
enum vx_reftype_e |
#include <vx_internal.h>
An internal enum for notating which sort of reference type we need.
Enumerator | |
---|---|
VX_INTERNAL | |
VX_EXTERNAL | |
VX_BOTH |