Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

t_Position Struct Reference

#include <parse_util.hh>

List of all members.

Public Methods

 t_Position (int ln_, int col_=0)
 t_Position ()

Public Attributes

int ln
int col


Detailed Description

A position into the input file. The usual line&column thing.

Definition at line 60 of file parse_util.hh.


Constructor & Destructor Documentation

t_Position::t_Position ( int ln_,
int col_ = 0 ) [inline]
 

Definition at line 65 of file parse_util.hh.

t_Position::t_Position ( ) [inline]
 

Definition at line 69 of file parse_util.hh.


Member Data Documentation

int t_Position::ln
 

Definition at line 62 of file parse_util.hh.

int t_Position::col
 

Definition at line 63 of file parse_util.hh.


The documentation for this struct was generated from the following file:
Generated at Tue Jul 9 21:08:40 2002 for CppCC by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001