CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
coreflow::vx_enum_string_t Struct Reference

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.
 

Detailed Description

The enum string structure.

Member Data Documentation

◆ name

vx_char coreflow::vx_enum_string_t::name[64]

A character string to hold the name of the data type enum.

◆ nibbles

uintmax_t coreflow::vx_enum_string_t::nibbles

Value of how many nibbles the data type uses.

◆ type

vx_enum coreflow::vx_enum_string_t::type

The data type enumeration.