CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Internal Types

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...
 

Detailed Description

Internal types, typedefs and structures.

Typedef Documentation

◆ vx_ptr_t

typedef void* vx_ptr_t

#include <vx_internal.h>

A convenience typedef for void pointers.

Enumeration Type Documentation

◆ 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