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. |
|
Add two position objects.
|
|
Add two location objects.
|
|
Join two location objects to create a location.
|
|
Add and assign a position.
|
|
Add and assign a location.
|
|
Add two position objects.
|
|
Add and assign a position.
|
|
Intercept output stream redirection.
|
|
Intercept output stream redirection.
|