Method | Description | |
---|---|---|
CPreprocessor ( IIncludeReader IncludeReader = null, |
||
EvaluateExpression ( string Line ) : int | ||
PreprocessString ( string Text, string FileName = "<unknown>" ) : void | ||
RemoveComments ( string Input ) : string | ||
ReplaceNonSpaceWithSpaces ( string Text ) : string |
public CPreprocessor ( IIncludeReader IncludeReader = null, |
||
IncludeReader | IIncludeReader | |
TextWriter | ||
return | System |
public EvaluateExpression ( string Line ) : int | ||
Line | string | |
return | int |
public PreprocessString ( string Text, string FileName = "<unknown>" ) : void | ||
Text | string | |
FileName | string | |
return | void |
public static RemoveComments ( string Input ) : string | ||
Input | string | |
return | string |
public static ReplaceNonSpaceWithSpaces ( string Text ) : string | ||
Text | string | |
return | string |