Enum CompilerEnvironment()->CppFlags
- Description
 Flags for CPP()->low_cpp() and directives.
- Constant
CPP_DO_IF
 constantintCompilerEnvironment.CPP_DO_IF- Description
 Enable cpp::defined() et al.
- Constant
CPP_END_AT_NEWLINE
 constantintCompilerEnvironment.CPP_END_AT_NEWLINE- Description
 Halt at end of line.
- Constant
CPP_EXPECT_ELSE
 constantintCompilerEnvironment.CPP_EXPECT_ELSE- Description
 Expect #else/#elif/#elseif.
- Constant
CPP_EXPECT_ENDIF
 constantintCompilerEnvironment.CPP_EXPECT_ENDIF- Description
 Expect #endif.
- Constant
CPP_NO_DIRECTIVES
 constantintCompilerEnvironment.CPP_NO_DIRECTIVES- Description
 Disable parsing of #-directives.
- Constant
CPP_NO_OUTPUT
 constantintCompilerEnvironment.CPP_NO_OUTPUT- Description
 Inside false section of #if/#else.