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