rutz::file_pos Struct Reference
Represent a position (line number) within a source file.
More...
#include <rutz/fileposition.h>
List of all members.
|
Public Member Functions |
| file_pos (const char *file_name, int line_no) |
Public Attributes |
const char *const | m_file_name |
int const | m_line_no |
Detailed Description
Represent a position (line number) within a source file.
Definition at line 41 of file fileposition.h.
The documentation for this struct was generated from the following file: