#include <iostream>
#include <string>
#include <algorithm>
Go to the source code of this file.
Functions |
const position & | eltlyy::operator+= (position &res, const int width) |
| Add and assign a position.
|
const position | eltlyy::operator+ (const position &begin, const int width) |
| Add two position objects.
|
const position & | eltlyy::operator-= (position &res, const int width) |
| Add and assign a position.
|
const position | eltlyy::operator- (const position &begin, const int width) |
| Add two position objects.
|
bool | eltlyy::operator== (const position &pos1, const position &pos2) |
| Compare two position objects.
|
bool | eltlyy::operator!= (const position &pos1, const position &pos2) |
| Compare two position objects.
|
std::ostream & | eltlyy::operator<< (std::ostream &ostr, const position &pos) |
| Intercept output stream redirection.
|