spot
0.8.1
|
Go to the source code of this file.
Classes | |
class | eltlyy::location |
Abstract a location. More... | |
Namespaces | |
namespace | eltlyy |
Functions | |
const location | eltlyy::operator+ (const location &begin, const location &end) |
Join two location objects to create a location. | |
const location | eltlyy::operator+ (const location &begin, unsigned int width) |
Add two location objects. | |
location & | eltlyy::operator+= (location &res, unsigned int width) |
Add and assign a location. | |
bool | eltlyy::operator== (const location &loc1, const location &loc2) |
Compare two location objects. | |
bool | eltlyy::operator!= (const location &loc1, const location &loc2) |
Compare two location objects. | |
std::ostream & | eltlyy::operator<< (std::ostream &ostr, const location &loc) |
Intercept output stream redirection. |