27#ifndef PARSER_INTERFACE_H
28#define PARSER_INTERFACE_H
37class SlamContextInterface;
interface for communicating with the SLAM algorithm
top-level interface to the parser
bool parseCommand(std::istream &input)
ParserInterface & operator=(const ParserInterface &)=delete
std::stringstream _buffer
ParserInterface(const ParserInterface &)=delete
virtual ~ParserInterface()
SlamContextInterface * _slamContextInterface