Data Fields | |
| bool | apply_macros |
| Apply the macros. More... | |
| bool | escape_ucn |
| bool | discard_space |
| Whether to skip space tokens, or include them in the markers array. More... | |
| bool | discard_comments |
| Skip comments, or include them in the markers array. More... | |
| bool | insert_line_directives |
Insert #line directives in the output, mapping to the original file. More... | |
Parameters set by command line options.
| bool Options::apply_macros |
Apply the macros.
| bool Options::discard_comments |
Skip comments, or include them in the markers array.
| bool Options::discard_space |
Whether to skip space tokens, or include them in the markers array.
| bool Options::escape_ucn |
Escape Unicode® code points (“chararacters”) in identifiers as universal character names (ISO/IEC 9899:TC3 Annex D).
| bool Options::insert_line_directives |
Insert #line directives in the output, mapping to the original file.