stumpless 2.2.0
载入中...
搜索中...
未找到
generator.h 文件参考

Generic functionality to be used with STUMPLESS_FOREACH macros to allow for more generic definition of enumerations and to string functions. 更多...

浏览该文件的源代码.

宏定义

#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.
 

详细描述

Generic functionality to be used with STUMPLESS_FOREACH macros to allow for more generic definition of enumerations and to string functions.

宏定义说明

◆ 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().

自从
release v2.0.0.