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