Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
Properties
EnumName Struct Reference

#include <Enum.h>

Overview

The EnumName type.

Definition at line 37 of file Enum.h.

Properties

const char * alias
 
const char * name
 
int value
 

Property Details

◆ alias

const char* EnumName::alias

Definition at line 39 of file Enum.h.

◆ name

const char* EnumName::name

Definition at line 38 of file Enum.h.

◆ value

int EnumName::value

Definition at line 40 of file Enum.h.


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