SourcePos Class

Definition

Line 62 of System.Windows/TextView.cm

Constructors & Destructor

public nothrow SourcePos()
public nothrow SourcePos(int line_, int column_)

Member Functions

public nothrow bool IsValid() const

Member Variables

public int column
public int line

Constructor& Destructor Details

SourcePos Constructor

public nothrow SourcePos()

Definition
Line 64 of System.Windows/TextView.cm


SourcePos Constructor

public nothrow SourcePos(int line_, int column_)

Definition
Line 67 of System.Windows/TextView.cm


Member Function Details

IsValid Member Function

public nothrow bool IsValid()

Definition
Line 70 of System.Windows/TextView.cm