stumpless  2.1.0
Macros
generator.h File Reference

Go to the source code of this file.

Macros

#define STUMPLESS_GENERATE_ENUM(NAME, VALUE)   NAME = ( VALUE ),
 Returns a definition of a symbol with the given name and value fit for use in an enum definition. More...
 

Detailed Description

The identification for targets within the library.

Macro Definition Documentation

◆ STUMPLESS_GENERATE_ENUM

#define STUMPLESS_GENERATE_ENUM (   NAME,
  VALUE 
)    NAME = ( VALUE ),

Returns a definition of a symbol with the given name and value fit for use in an enum definition.

Compatible with STUMPLESS_FOREACH macro functions such as STUMPLESS_FOREACH_FACILITY.

Since
release v2.0.0.