#include <iostream>
#include <string>
#include "position.hh"
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.
Namespaces | |
namespace | ltlyy |
Classes | |
class | ltlyy::location |
Abstract a location. More... | |
Functions | |
const location | ltlyy::operator+ (const location &begin, const location &end) |
Join two location objects to create a location. | |
const location | ltlyy::operator+ (const location &begin, unsigned int width) |
Add two location objects. | |
location & | ltlyy::operator+= (location &res, unsigned int width) |
Add and assign a location. | |
std::ostream & | ltlyy::operator<< (std::ostream &ostr, const location &loc) |
Intercept output stream redirection. |