#include <location.hh>
Public Member Functions | |
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. | |
Public Attributes | |
position | begin |
Beginning of the located region. | |
position | end |
End of the located region. |
vrml1::location::location | ( | ) | [inline] |
Construct a location.
void vrml1::location::initialize | ( | std::string * | fn | ) | [inline] |
Initialization.
void vrml1::location::columns | ( | unsigned int | count = 1 |
) | [inline] |
Extend the current location to the COUNT next columns.
void vrml1::location::lines | ( | unsigned int | count = 1 |
) | [inline] |
Extend the current location to the COUNT next lines.
Beginning of the located region.
End of the located region.