spot
1.1.3
|
#include <algorithm>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | kripkeyy::position |
Abstract a position. More... | |
Namespaces | |
kripkeyy | |
Macros | |
#define | YY_NULL 0 |
Functions | |
position & | kripkeyy::operator+= (position &res, const int width) |
Add and assign a position. More... | |
const position | kripkeyy::operator+ (const position &begin, const int width) |
Add two position objects. More... | |
position & | kripkeyy::operator-= (position &res, const int width) |
Add and assign a position. More... | |
const position | kripkeyy::operator- (const position &begin, const int width) |
Add two position objects. More... | |
bool | kripkeyy::operator== (const position &pos1, const position &pos2) |
Compare two position objects. More... | |
bool | kripkeyy::operator!= (const position &pos1, const position &pos2) |
Compare two position objects. More... | |
template<typename YYChar > | |
std::basic_ostream< YYChar > & | kripkeyy::operator<< (std::basic_ostream< YYChar > &ostr, const position &pos) |
Intercept output stream redirection. More... | |
#define YY_NULL 0 |