Table of Contents

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

int

getWarnings()

public int getWarnings()

Returns

int

handleError(Source, int, int, string)

public void handleError(Source source, int line, int column, string msg)

Parameters

source Source
line int
column int
msg string

handleSourceChange(Source, string)

public void handleSourceChange(Source source, string ev)

Parameters

source Source
ev string

handleWarning(Source, int, int, string)

public void handleWarning(Source source, int line, int column, string msg)

Parameters

source Source
line int
column int
msg string

print(string)

protected void print(string msg)

Parameters

msg string