|
The Psyche Project
|
The LineDirective class. More...
#include <LineDirective.h>
Public Member Functions | |
| LineDirective (unsigned int lineno, const std::string &fileName, unsigned int offset) | |
| std::string | fileName () const |
| unsigned int | lineno () const |
| unsigned int | offset () const |
The LineDirective class.
| std::string LineDirective::fileName | ( | ) | const |
The file name.
| unsigned int LineDirective::lineno | ( | ) | const |
The line number.
| unsigned int LineDirective::offset | ( | ) | const |
The offset in the file.
1.8.18