Class DefaultPreprocessorListener
- Namespace
- CppNet
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public class DefaultPreprocessorListener : PreprocessorListener
- Inheritance
-
DefaultPreprocessorListener
- Implements
- Inherited Members
Constructors
DefaultPreprocessorListener()
public DefaultPreprocessorListener()
Methods
clear()
public void clear()
getErrors()
public int getErrors()
Returns
getWarnings()
public int getWarnings()
Returns
handleError(Source, int, int, string)
public void handleError(Source source, int line, int column, string msg)
Parameters
handleSourceChange(Source, string)
public void handleSourceChange(Source source, string ev)
Parameters
handleWarning(Source, int, int, string)
public void handleWarning(Source source, int line, int column, string msg)
Parameters
print(string)
protected void print(string msg)
Parameters
msgstring