LineInfo Struct Reference

Line Info. More...

List of all members.

Public Member Functions

 LineInfo ()
 LineInfo (unsigned line_, unsigned column_)
bool operator== (const LineInfo &rhs) const
bool operator!= (const LineInfo &rhs) const

Public Attributes

unsigned line: 21
 Line (1-based).
unsigned column: 11
 Column (1-based).


Detailed Description

Line Info.


Constructor & Destructor Documentation

LineInfo::LineInfo  )  [inline]
 

LineInfo::LineInfo unsigned  line_,
unsigned  column_
[inline]
 


Member Function Documentation

bool LineInfo::operator!= const LineInfo rhs  )  const [inline]
 

bool LineInfo::operator== const LineInfo rhs  )  const [inline]
 


Member Data Documentation

unsigned LineInfo::column
 

Column (1-based).

unsigned LineInfo::line
 

Line (1-based).

© 2005 metaspec