D | flag-definitions.h | 33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 35 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 53 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 59 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 60 {Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false}, 95 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 99 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 246 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument [all …]
|