| Class | Description |
|---|---|
| AbortDirectiveHandler |
The class implements the //#abort directive handler
|
| AbstractDirectiveHandler |
The class is the abstract parent for all classes process preprocessor
directives
|
| ActionDirectiveHandler |
The class implements the //#action directive handler
|
| BreakDirectiveHandler |
The class implements the //#break directive handler
|
| CommentNextLineDirectiveHandler |
The class implements the //#// directive handler
|
| ContinueDirectiveHandler |
The class implements the //#continue directive handler
|
| DefineDirectiveHandler |
The class implements the //#define directive handler
|
| DefinelDirectiveHandler |
The class implements the //#definel directive handler
|
| EchoDirectiveHandler |
The class implements //#assert directive handler
|
| ElseDirectiveHandler |
The class implements the //#else directive handler
|
| EndDirectiveHandler |
The class implements the //#end directive
|
| EndIfDirectiveHandler |
The class implements the //#endif directive handler
|
| ErrorDirectiveHandler |
The class implements //#error directive handler
|
| ExcludeIfDirectiveHandler |
The class implements the //#excludeif directive handler
|
| ExitDirectiveHandler |
The class implements the //#exit directive handler
|
| ExitIfDirectiveHandler |
The class implements the //#exitif directive handler
|
| FlushDirectiveHandler |
The class implements the //#flush directive handler
|
| GlobalDirectiveHandler |
The class implements the //#global directive handler
|
| GlobalElseDirectiveHandler |
The class implements the //#_else directive handler
|
| GlobalEndIfDirectiveHandler |
The class implements the //#_endif directive handler
|
| GlobalIfDirectiveHandler |
The class implements the //#_if directive handler
|
| IfDefDirectiveHandler |
The class implements short synonym for the //#ifdefined directive
|
| IfDefinedDirectiveHandler |
The class implements the //#ifdefined directive handler
|
| IfDirectiveHandler |
The class implements the //#if directive handler
|
| IfNDefDirectiveHandler |
The class implements the //#ifndef directive handler
|
| IncludeDirectiveHandler |
The class implements the //#include directive handler
|
| LocalDirectiveHandler |
The class implements the //#local directive handler
|
| MsgDirectiveHandler |
The class implements //#msg directive handler
|
| NoAutoFlushHandler |
The class implements the //#noautoflush directive handler
|
| OutDirDirectiveHandler |
The class implements the //#outdir directive handler
|
| OutDisabledDirectiveHandler |
The class implements the //#- directive handler
|
| OutEnabledDirectiveHandler |
The class implements the //#+ directive handler
|
| OutNameDirectiveHandler |
The class implements the //#outname directive handler
|
| PostfixDirectiveHandler |
The class implements the //#postfix[+|-] directive handler
|
| PrefixDirectiveHandler |
The class implements the //#prefix[+|-] directive handler
|
| UndefDirectiveHandler |
The class implements the //#undef directive handler
|
| WarningDirectiveHandler |
The class implements //#warning directive handler
|
| WhileDirectiveHandler |
The class implements the //#while directive handler
|
| Enum | Description |
|---|---|
| AfterDirectiveProcessingBehaviour |
The enumeration contains flags after directive processing behavior
|
| DirectiveArgumentType |
The enumeration contains possible argument types are being used by directives
|