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