preprocessor v1.2.0 (2023-02-21T16:58:00Z)
Dub
Repo
ParseException
preprocessor
artifacts
An exception typically thrown when there are parsing errors while preprocessing.
class
ParseException :
PreprocessException
{
this
(ParseContext parseCtx, string msg, string file, size_t line);
}
Constructors
this
this
(ParseContext parseCtx, string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
preprocessor
artifacts
aliases
MacroMap
SourceMap
classes
ParseException
PreprocessException
manifest constants
DateMacro
FileMacro
LineMacro
TimeMacro
TimestampMacro
static variables
builtInMacros
structs
BuildContext
ProcessingResult
An exception typically thrown when there are parsing errors while preprocessing.