|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <ahAssert.H>#include <ahDefs.H>Go to the source code of this file.
Functions | |
| void | _assert (const char *exp, const char *fileName, unsigned lineNumber) |
| void | _assert (const char *exp, const char *fileName, unsigned int lineNumber, const char *format,...) |
| void | _Warning (const char *exp, const char *fileName, unsigned lineNumber) |
| void | _Warning (const char *exp, const char *fileName, unsigned int lineNumber, const char *format,...) |
| void _assert | ( | const char * | exp, |
| const char * | fileName, | ||
| unsigned int | lineNumber, | ||
| const char * | format, | ||
| ... | |||
| ) |
Definition at line 56 of file ahAssert.C.
| void _assert | ( | const char * | exp, |
| const char * | fileName, | ||
| unsigned | lineNumber | ||
| ) |
Definition at line 49 of file ahAssert.C.
| void _Warning | ( | const char * | exp, |
| const char * | fileName, | ||
| unsigned int | lineNumber, | ||
| const char * | format, | ||
| ... | |||
| ) |
Definition at line 80 of file ahAssert.C.
| void _Warning | ( | const char * | exp, |
| const char * | fileName, | ||
| unsigned | lineNumber | ||
| ) |
Definition at line 73 of file ahAssert.C.