Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Trace::Line Class Reference

The class represents single trace points. More...

List of all members.

Public Member Functions

 Line (const char *f="", int l=0)
 Constructor.


Public Attributes

char file [256]
 The name of the source file a passed trace point is located in.

int line
 The line a passed trace point is located in.


Detailed Description

The class represents single trace points.

Definition at line 38 of file Trace.h.


Constructor & Destructor Documentation

Trace::Line::Line const char *  f = "",
int  l = 0
 

Constructor.

Parameters:
f The name of the source file a passed trace point is located in.
l The line a passed trace point is located in.

Definition at line 14 of file Trace.cpp.

References file.


Member Data Documentation

char Trace::Line::file[256]
 

The name of the source file a passed trace point is located in.

Definition at line 41 of file Trace.h.

Referenced by Line(), and operator>>().

int Trace::Line::line
 

The line a passed trace point is located in.

Definition at line 42 of file Trace.h.

Referenced by operator>>().


The documentation for this class was generated from the following files:
Generated on Mon Mar 20 22:22:10 2006 for GT2005 by doxygen 1.3.6