|
const location | operator+ (const location &begin, const location &end) |
| Join two location objects to create a location. More...
|
|
const location | operator+ (const location &begin, unsigned int width) |
| Add two location objects. More...
|
|
location & | operator+= (location &res, unsigned int width) |
| Add and assign a location. More...
|
|
bool | operator== (const location &loc1, const location &loc2) |
| Compare two location objects. More...
|
|
bool | operator!= (const location &loc1, const location &loc2) |
| Compare two location objects. More...
|
|
template<typename YYChar > |
std::basic_ostream< YYChar > & | operator<< (std::basic_ostream< YYChar > &ostr, const location &loc) |
| Intercept output stream redirection. More...
|
|
position & | operator+= (position &res, const int width) |
| Add and assign a position. More...
|
|
const position | operator+ (const position &begin, const int width) |
| Add two position objects. More...
|
|
position & | operator-= (position &res, const int width) |
| Add and assign a position. More...
|
|
const position | operator- (const position &begin, const int width) |
| Add two position objects. More...
|
|
bool | operator== (const position &pos1, const position &pos2) |
| Compare two position objects. More...
|
|
bool | operator!= (const position &pos1, const position &pos2) |
| Compare two position objects. More...
|
|
template<typename YYChar > |
std::basic_ostream< YYChar > & | operator<< (std::basic_ostream< YYChar > &ostr, const position &pos) |
| Intercept output stream redirection. More...
|
|