torc-master
|
Abstract a location. More...
#include <location.hh>
Public Member Functions | |
location () | |
Construct a location. More... | |
void | initialize (std::string *fn) |
Initialization. More... | |
Line and Column related manipulators | |
void | step () |
Reset initial location to final location. More... | |
void | columns (unsigned int count=1) |
Extend the current location to the COUNT next columns. More... | |
void | lines (unsigned int count=1) |
Extend the current location to the COUNT next lines. More... | |
Data Fields | |
position | begin |
Beginning of the located region. More... | |
position | end |
End of the located region. More... | |
Abstract a location.
Definition at line 55 of file generic/edif/location.hh.
|
inline |
Construct a location.
Definition at line 60 of file generic/edif/location.hh.
|
inline |
Extend the current location to the COUNT next columns.
Definition at line 83 of file generic/edif/location.hh.
|
inline |
Initialization.
Definition at line 67 of file generic/edif/location.hh.
|
inline |
Extend the current location to the COUNT next lines.
Definition at line 89 of file generic/edif/location.hh.
|
inline |
Reset initial location to final location.
Definition at line 77 of file generic/edif/location.hh.
position torc::generic::location::begin |
Beginning of the located region.
Definition at line 98 of file generic/edif/location.hh.
position torc::generic::location::end |
End of the located region.
Definition at line 100 of file generic/edif/location.hh.