All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Storage for trace stamps. More...
#include <TraceStamp.h>
Public Member Functions | |
std::string | 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.
GpCoreTools::TraceStamp::TraceStamp | ( | const char * | functionName, |
int | lineNumber | ||
) | [inline] |
{ _functionName=functionName; _lineNumber=lineNumber; }
std::string GpCoreTools::TraceStamp::toString | ( | ) | const |