Classes | |
| class | location |
| Abstract a location. More... | |
| class | position |
| Abstract a position. More... | |
| class | stack |
| class | slice |
| Present a slice of the top of a stack. More... | |
Functions | |
| const location | operator+ (const location &begin, const location &end) |
| Join two location objects to create a location. | |
| const location | operator+ (const location &begin, unsigned int width) |
| Add two location objects. | |
| location & | operator+= (location &res, unsigned int width) |
| Add and assign a location. | |
| std::ostream & | operator<< (std::ostream &ostr, const location &loc) |
| Intercept output stream redirection. | |
| const position & | operator+= (position &res, const int width) |
| Add and assign a position. | |
| const position | operator+ (const position &begin, const int width) |
| Add two position objects. | |
| const position & | operator-= (position &res, const int width) |
| Add and assign a position. | |
| const position | operator- (const position &begin, const int width) |
| Add two position objects. | |
| std::ostream & | operator<< (std::ostream &ostr, const position &pos) |
| Intercept output stream redirection. | |
| const position ltlyy::operator+ | ( | const position & | begin, | |
| const int | width | |||
| ) | [inline] |
Add two position objects.
| const location ltlyy::operator+ | ( | const location & | begin, | |
| unsigned int | width | |||
| ) | [inline] |
Add two location objects.
| const location ltlyy::operator+ | ( | const location & | begin, | |
| const location & | end | |||
| ) | [inline] |
| const position& ltlyy::operator+= | ( | position & | res, | |
| const int | width | |||
| ) | [inline] |
Add and assign a position.
| location& ltlyy::operator+= | ( | location & | res, | |
| unsigned int | width | |||
| ) | [inline] |
Add and assign a location.
| const position ltlyy::operator- | ( | const position & | begin, | |
| const int | width | |||
| ) | [inline] |
Add two position objects.
| const position& ltlyy::operator-= | ( | position & | res, | |
| const int | width | |||
| ) | [inline] |
Add and assign a position.
| std::ostream& ltlyy::operator<< | ( | std::ostream & | ostr, | |
| const position & | pos | |||
| ) | [inline] |
Intercept output stream redirection.
| ostr | the destination output stream | |
| pos | a reference to the position to redirect |
| std::ostream& ltlyy::operator<< | ( | std::ostream & | ostr, | |
| const location & | loc | |||
| ) | [inline] |
Intercept output stream redirection.
| ostr | the destination output stream | |
| loc | a reference to the location to redirect |
1.5.2