Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Auxiliaries
[Assertions]


Detailed Description

Global functions to define assertions, not to be used by external clients!


Functions

void qgar::__qgPrintAssert (const char *anExpr, const char *aFile, int aLine)
 Print a diagnostic message about failure of an assertion.


Function Documentation

void qgar::__qgPrintAssert const char *  anExpr,
const char *  aFile,
int  aLine
 

Print a diagnostic message about failure of an assertion.

Parameters:
anExpr assertion
aFile name of the source file including the assertion
aLine line number of the assertion in the file

Definition at line 58 of file assert.C.