#include <object.h>
Public Member Functions | |
Block (const char *fileName, int lineNum, const char *traceName) | |
Block (const Block &obj) | |
~Block () | |
Output exit trace message. |
PTrace::Block::Block | ( | const char * | fileName, | |
int | lineNum, | |||
const char * | traceName | |||
) |
Output entry trace message.
fileName | Filename of source file being traced |
lineNum | Line number of source file being traced. |
traceName | String to be output with trace, typically it is the function name. |
PTrace::Block::Block | ( | const Block & | obj | ) | [inline] |
PTrace::Block::~Block | ( | ) |
Output exit trace message.