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