#include <iostream>
#include <string>
Include dependency graph for position.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 position & | operator+= (position &res, const int width) |
Add and assign a position. | |
const position | operator+ (const position &begin, const int width) |
Add two position objects. | |
const position & | operator-= (position &res, const int width) |
Add and assign a position. | |
const position | operator- (const position &begin, const int width) |
Add two position objects. | |
std::ostream & | operator<< (std::ostream &ostr, const position &pos) |
Intercept output stream redirection. |
|
Add two position objects.
|
|
Add and assign a position.
|
|
Add two position objects.
|
|
Add and assign a position.
|
|
Intercept output stream redirection.
|