#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | SourceCodeLocation |
Debug helper class to ship __FILE__, __(PRETTY_)FUNCTION__, __LINE__ . Use SOURCECODELOCATION macro to create. More... | |
struct | SourceCodeLocation::_Verbose |
Defines | |
#define | SOURCECODELOCATION SourceCodeLocation( __FILE__, __FUNCTION__, __PRETTY_FUNCTION__, __LINE__ ) |
Functions | |
SourceCodeLocation::_Verbose | verbose (const SourceCodeLocation &obj_r) |
|
|
|
Helper wrapping SourceCodeLocation into a SourceCodeLocation::_Verbose for stream output. |