#include <iostream>
#include <string>
#include "position.hh"
Go to the source code of this file.
Functions |
const location | yy::operator+ (const location &begin, const location &end) |
| Join two location objects to create a location.
|
const location | yy::operator+ (const location &begin, unsigned int width) |
| Add two location objects.
|
location & | yy::operator+= (location &res, unsigned int width) |
| Add and assign a location.
|
std::ostream & | yy::operator<< (std::ostream &ostr, const location &loc) |
| Intercept output stream redirection.
|
Detailed Description
Define the yy::location class.
Definition in file location.hh.