CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The enum string structure. More...
#include <vx_type_pairs.h>
Public Attributes | |
vx_enum | type |
The data type enumeration. | |
vx_char | name [64] |
A character string to hold the name of the data type enum. | |
uintmax_t | nibbles |
Value of how many nibbles the data type uses. | |
The enum string structure.
vx_char coreflow::vx_enum_string_t::name[64] |
A character string to hold the name of the data type enum.
uintmax_t coreflow::vx_enum_string_t::nibbles |
Value of how many nibbles the data type uses.
vx_enum coreflow::vx_enum_string_t::type |
The data type enumeration.