libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
GblEnumEntry Struct Reference

#include <gimbal_enum.h>

Data Fields

GblEnum value
 
const char * pName
 
const char * pNick
 

Detailed Description

Attributes for a single value of an enumeration.

Definition at line 39 of file gimbal_enum.h.

Field Documentation

◆ value

GblEnum GblEnumEntry::value

Value of the enumeration.

Definition at line 40 of file gimbal_enum.h.

◆ pName

const char* GblEnumEntry::pName

String name of the enumeration value.

Definition at line 41 of file gimbal_enum.h.

◆ pNick

const char* GblEnumEntry::pNick

Alternate name of the enumeration value.

Definition at line 42 of file gimbal_enum.h.


The documentation for this struct was generated from the following file: