#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 | yy |
Functions | |
const Location | operator+ (const Location &begin, const Location &end) |
Join two Location objects to create a Location. | |
const Location | operator+ (const Location &begin, unsigned int width) |
Add two Location objects. | |
Location & | operator+= (Location &res, unsigned int width) |
Add and assign a Location. | |
std::ostream & | operator<< (std::ostream &ostr, const Location &loc) |
Intercept output stream redirection. |
|
Add two Location objects.
|
|
Join two Location objects to create a Location.
|
|
Add and assign a Location.
|
|
Intercept output stream redirection.
|