#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.
|
1.4.0