valid parts of #if lines
enum ifdef_token
No. | 名称 | 属性 | 説明 |
---|---|---|---|
1 |
ifdef_token | valid parts of #if lines | |
TOKEN_AND | binary & or && operator | ||
TOKEN_OR | binary | or || operator | ||
TOKEN_XOR | binary ^ operator | ||
TOKEN_NEGATE | unary ! operator | ||
TOKEN_LPAREN | opening parenthesis | ||
TOKEN_RPAREN | closing parenthesis | ||
TOKEN_IFDEF | #if or #ifdef directive | ||
TOKEN_IFNDEF | #ifndef directive | ||
TOKEN_STRING_DEFINED | a string that was passed by the user | ||
TOKEN_STRING_UNDEFINED | a string that was not passed by the user | ||
TOKEN_NLINE | newline |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー