Go to the source code of this file.
Classes | |
class | TQMake::location |
Functions | |
const location | TQMake::operator+ (const location &begin, const location &end) |
const location | TQMake::operator+ (const location &begin, unsigned int width) |
location & | TQMake::operator+= (location &res, unsigned int width) |
std::ostream & | TQMake::operator<< (std::ostream &ostr, const location &loc) |
Detailed Description
Define the TQMake::location class.
Definition in file location.hh.
Function Documentation
◆ operator+() [1/2]
Join two location objects to create a location.
Definition at line 100 of file location.hh.
◆ operator+() [2/2]
|
inline |
Add two location objects.
Definition at line 108 of file location.hh.
◆ operator+=()
|
inline |
Add and assign a location.
Definition at line 116 of file location.hh.
◆ operator<<()
|
inline |
Intercept output stream redirection.
- Parameters
-
ostr the destination output stream loc a reference to the location to redirect
Avoid duplicate information.
Definition at line 128 of file location.hh.