|
μHAL (v2.7.9)
Part of the IPbus software repository
|
Go to the documentation of this file.
44 mFunction ( aFunction ),
52 aStr <<
"function " <<
Quote ( aLocation.
mFunction ) <<
" in " << aLocation.
mFile <<
", line " << aLocation.
mLine <<
'.';
std::ostream & operator<<(std::ostream &aStr, const uhal::HttpResponseType &aHttpResponse)
A class to wrap the function name, filename and line-number location of its construction for the purp...
_Quote< T > Quote(const T &aT)
Location(const char *aFunction, const char *aFile, const uint32_t &aLine)
Constructor.
const char * mFile
the name of the current file as returned by the FILE macro
const uint32_t mLine
the number of the current line as returned by the LINE macro
const char * mFunction
the name of the current function as returned by the PRETTY_FUNCTION macro