g2o
|
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... | |
Public Attributes | |
position | begin |
Beginning of the located region. More... | |
position | end |
End of the located region. More... | |
Abstract a location.
Definition at line 56 of file location.hh.
|
inline |
Construct a location.
Definition at line 61 of file location.hh.
|
inline |
Extend the current location to the COUNT next columns.
Definition at line 84 of file location.hh.
References end.
Referenced by SlamParser::operator+(), and SlamParser::operator+=().
|
inline |
Initialization.
Definition at line 68 of file location.hh.
References begin, end, and SlamParser::position::initialize().
|
inline |
Extend the current location to the COUNT next lines.
Definition at line 90 of file location.hh.
References end, and SlamParser::position::lines().
|
inline |
Reset initial location to final location.
Definition at line 78 of file location.hh.
position SlamParser::location::begin |
Beginning of the located region.
Definition at line 99 of file location.hh.
Referenced by initialize(), SlamParser::operator+(), SlamParser::operator<<(), SlamParser::operator==(), SlamParser::Parser::parse(), and step().
position SlamParser::location::end |
End of the located region.
Definition at line 101 of file location.hh.
Referenced by columns(), initialize(), lines(), SlamParser::operator+(), SlamParser::operator<<(), SlamParser::operator==(), SlamParser::Parser::parse(), and step().