D | flag-definitions.h | 28 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 30 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 37 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 48 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 54 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 55 { Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false } \ 78 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 82 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 158 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument [all …]
|