TQMake::position Class Reference
#include <position.hh>
Public Member Functions | |
position () | |
void | initialize (std::string *fn) |
Line and Column related manipulators | |
void | lines (int count=1) |
void | columns (int count=1) |
Public Attributes | |
std::string * | filename |
unsigned int | line |
unsigned int | column |
Detailed Description
Abstract a position.
Definition at line 49 of file position.hh.
Constructor & Destructor Documentation
◆ position()
|
inline |
Construct a position.
Definition at line 54 of file position.hh.
Member Function Documentation
◆ columns()
|
inline |
(column related) Advance to the COUNT next columns.
Definition at line 79 of file position.hh.
◆ initialize()
|
inline |
Initialization.
Definition at line 61 of file position.hh.
◆ lines()
|
inline |
(line related) Advance to the COUNT next lines.
Definition at line 72 of file position.hh.
Member Data Documentation
◆ column
unsigned int TQMake::position::column |
Current column number.
Definition at line 96 of file position.hh.
◆ filename
std::string* TQMake::position::filename |
File name to which this position refers.
Definition at line 92 of file position.hh.
◆ line
unsigned int TQMake::position::line |
Current line number.
Definition at line 94 of file position.hh.
The documentation for this class was generated from the following file: