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. | |
Definition at line 38 of file Trace.h.
|
||||||||||||
|
Constructor.
Definition at line 14 of file Trace.cpp. References file. |
|
|
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>>(). |
|
|
The line a passed trace point is located in.
Definition at line 42 of file Trace.h. Referenced by operator>>(). |
1.3.6