A sourcecode location.
More...
#include <dbginfo.h>
Data Fields |
| char const * | file |
| | the name of the source (usually a file)
|
| unsigned | line |
| | line number (starting at 1; 0 if unknown)
|
| unsigned | column |
| | column number (starting at 1; 0 if unknown)
|
Detailed Description
A sourcecode location.
Definition at line 148 of file dbginfo.h.
Field Documentation
| unsigned src_loc_t::column |
column number (starting at 1; 0 if unknown)
Definition at line 151 of file dbginfo.h.
| char const* src_loc_t::file |
the name of the source (usually a file)
Definition at line 149 of file dbginfo.h.
line number (starting at 1; 0 if unknown)
Definition at line 150 of file dbginfo.h.
The documentation for this struct was generated from the following file: