Enum CompilerEnvironment()->CppFlags

Description

Flags for CPP()->low_cpp() and directives.


Constant CPP_DO_IF

constant int CompilerEnvironment.CPP_DO_IF

Description

Enable cpp::defined() et al.


Constant CPP_END_AT_NEWLINE

constant int CompilerEnvironment.CPP_END_AT_NEWLINE

Description

Halt at end of line.


Constant CPP_EXPECT_ELSE

constant int CompilerEnvironment.CPP_EXPECT_ELSE

Description

Expect #else/#elif/#elseif.


Constant CPP_EXPECT_ENDIF

constant int CompilerEnvironment.CPP_EXPECT_ENDIF

Description

Expect #endif.


Constant CPP_NO_EXPAND

constant int CompilerEnvironment.CPP_NO_EXPAND

Description

Reserved.


Constant CPP_NO_OUTPUT

constant int CompilerEnvironment.CPP_NO_OUTPUT

Description

Inside false section of #if/#else.


Constant CPP_REALLY_NO_OUTPUT

constant int CompilerEnvironment.CPP_REALLY_NO_OUTPUT

Description

Entire preprocessor is in false section.