All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Storage for trace stamps. More...
#include <TraceStamp.h>
Public Member Functions | |
| QString | toString () const |
| TraceStamp (const char *functionName, int lineNumber) | |
Storage for trace stamps.
Storage for trace stamps. Stamps are collected each time macro TRACE is encountered.
| QGpCoreTools::TraceStamp::TraceStamp | ( | const char * | functionName, |
| int | lineNumber | ||
| ) | [inline] |
{
_functionName=functionName;
_lineNumber=lineNumber;
}
| QString QGpCoreTools::TraceStamp::toString | ( | ) | const |