LineInfo Struct Reference

Line info. More...

List of all members.

Public Member Functions

 LineInfo (int line, int column)
 Constructor.

Static Public Member Functions

static bool operator== (LineInfo lhs, LineInfo rhs)
static bool operator!= (LineInfo lhs, LineInfo rhs)
static bool operator< (LineInfo lhs, LineInfo rhs)
static bool operator> (LineInfo lhs, LineInfo rhs)

Public Attributes

internal uint line_column

Properties

int Line [get, set]
 Line.
int Column [get, set]
 Column.
static LineInfo MaxValue [get]
 MaxValue.

Detailed Description

Line info.


Constructor & Destructor Documentation

LineInfo ( int  line,
int  column 
)

Constructor.


Member Function Documentation

static bool operator!= ( LineInfo  lhs,
LineInfo  rhs 
) [static]
static bool operator< ( LineInfo  lhs,
LineInfo  rhs 
) [static]
static bool operator== ( LineInfo  lhs,
LineInfo  rhs 
) [static]
static bool operator> ( LineInfo  lhs,
LineInfo  rhs 
) [static]

Member Data Documentation

internal uint line_column

Property Documentation

int Column [get, set]

Column.

int Line [get, set]

Line.

LineInfo MaxValue [static, get]

MaxValue.

© 2010 metaspec