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