class Block

Class to trace Execution blocks.

Public Methods

[more] Block ( const char* fileName, int lineNum, const char* traceName )
Output entry trace message.
[more] ~Block ()
Output exit trace message


Documentation

Class to trace Execution blocks. This class is used for tracing the entry and exit of program blocks. Upon construction it outputs an entry trace message and on destruction outputs an exit trace message. This is normally only used from in the PTRACE_BLOCK macro.
o Block( const char* fileName, int lineNum, const char* traceName )
Output entry trace message.
Parameters:
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.

o ~Block()
Output exit trace message


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.