Cedro
Data Fields
Options Struct Reference

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...
 

Detailed Description

Parameters set by command line options.

Field Documentation

◆ apply_macros

bool Options::apply_macros

Apply the macros.

◆ discard_comments

bool Options::discard_comments

Skip comments, or include them in the markers array.

◆ discard_space

bool Options::discard_space

Whether to skip space tokens, or include them in the markers array.

◆ escape_ucn

bool Options::escape_ucn

Escape Unicode® code points (“chararacters”) in identifiers as universal character names (ISO/IEC 9899:TC3 Annex D).

◆ insert_line_directives

bool Options::insert_line_directives

Insert #line directives in the output, mapping to the original file.


The documentation for this struct was generated from the following file: