TQMake::location Class Reference
#include <location.hh>
Public Member Functions | |
location () | |
void | initialize (std::string *fn) |
Line and Column related manipulators | |
void | step () |
void | columns (unsigned int count=1) |
void | lines (unsigned int count=1) |
Public Attributes | |
position | begin |
position | end |
Detailed Description
Abstract a location.
Definition at line 51 of file location.hh.
Constructor & Destructor Documentation
◆ location()
|
inline |
Construct a location.
Definition at line 56 of file location.hh.
Member Function Documentation
◆ columns()
|
inline |
Extend the current location to the COUNT next columns.
Definition at line 79 of file location.hh.
◆ initialize()
|
inline |
Initialization.
Definition at line 63 of file location.hh.
◆ lines()
|
inline |
Extend the current location to the COUNT next lines.
Definition at line 85 of file location.hh.
◆ step()
|
inline |
Reset initial location to final location.
Definition at line 73 of file location.hh.
Member Data Documentation
◆ begin
position TQMake::location::begin |
Beginning of the located region.
Definition at line 94 of file location.hh.
◆ end
position TQMake::location::end |
End of the located region.
Definition at line 96 of file location.hh.
The documentation for this class was generated from the following file: