|
"L. Spiro Engine"
|
Abstract a location. More...
#include <LSGPreProcParserLocation.h>
Public Member Functions | |
| location () | |
| Construct a location. | |
| void | initialize (std::string *fn) |
| Initialization. | |
| location () | |
| Construct a location. | |
| void | initialize (std::string *fn) |
| Initialization. | |
Line and Column related manipulators | |
| void | step () |
| Reset initial location to final location. | |
| void | columns (unsigned int count=1) |
| Extend the current location to the COUNT next columns. | |
| void | lines (unsigned int count=1) |
| Extend the current location to the COUNT next lines. | |
| void | step () |
| Reset initial location to final location. | |
| void | columns (unsigned int count=1) |
| Extend the current location to the COUNT next columns. | |
| void | lines (unsigned int count=1) |
| Extend the current location to the COUNT next lines. | |
Public Attributes | |
| position | begin |
| Beginning of the located region. | |
| position | end |
| End of the located region. | |
Abstract a location.
1.7.3