DBGONLY

The DBGONLY macro allows code to be marked so that it is only included in the DEBUG build and not the release. To use this macro, put the code inside of the parentheses:

DBGONLY(int i;)

This will cause a declaration of the integer i only in the debug build.

Alphabetic index



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