g2o
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
location.hh File Reference
#include <iostream>
#include <string>
Include dependency graph for location.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SlamParser::position
 A point in a source file. More...
 
class  SlamParser::location
 Two points in a source file. More...
 

Namespaces

namespace  SlamParser
 

Macros

#define YY_NULLPTR   ((void*)0)
 

Functions

positionSlamParser::operator+= (position &res, position::counter_type width)
 Add width columns, in place.
 
position SlamParser::operator+ (position res, position::counter_type width)
 Add width columns.
 
positionSlamParser::operator-= (position &res, position::counter_type width)
 Subtract width columns, in place.
 
position SlamParser::operator- (position res, position::counter_type width)
 Subtract width columns.
 
template<typename YYChar >
std::basic_ostream< YYChar > & SlamParser::operator<< (std::basic_ostream< YYChar > &ostr, const position &pos)
 Intercept output stream redirection.
 
locationSlamParser::operator+= (location &res, const location &end)
 Join two locations, in place.
 
location SlamParser::operator+ (location res, const location &end)
 Join two locations.
 
locationSlamParser::operator+= (location &res, location::counter_type width)
 Add width columns to the end position, in place.
 
location SlamParser::operator+ (location res, location::counter_type width)
 Add width columns to the end position.
 
locationSlamParser::operator-= (location &res, location::counter_type width)
 Subtract width columns to the end position, in place.
 
location SlamParser::operator- (location res, location::counter_type width)
 Subtract width columns to the end position.
 
template<typename YYChar >
std::basic_ostream< YYChar > & SlamParser::operator<< (std::basic_ostream< YYChar > &ostr, const location &loc)
 Intercept output stream redirection.
 

Detailed Description

Define the SlamParser::location class.

Definition in file location.hh.

Macro Definition Documentation

◆ YY_NULLPTR

#define YY_NULLPTR   ((void*)0)

Definition at line 52 of file location.hh.