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