D | flag-definitions.h | 26 #define FLAG_FULL(ftype, ctype, nam, def, cmt) extern ctype FLAG_##nam; argument 27 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) ctype FLAG_##nam = def; argument 39 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 46 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false } \ 69 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 73 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 148 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument 149 #define DEFINE_BOOL_READONLY(nam, def, cmt) \ argument [all …]
|