#define PTRACE_BLOCK(name)

Trace an execution block.

Documentation

Trace an execution block. This macro creates a trace variable for tracking the entry and exit of program blocks. It creates an instance of the PTraceBlock class that will output a trace message at the line PTRACE_BLOCK is called and then on exit from the scope it is defined in.

Alphabetic index HTML hierarchy of classes or Java



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