Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ahAssert.C File Reference
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <ahAssert.H>
#include <ahDefs.H>
Include dependency graph for ahAssert.C:

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,...)
 

Function Documentation

◆ _assert() [1/2]

void _assert ( const char *  exp,
const char *  fileName,
unsigned int  lineNumber,
const char *  format,
  ... 
)

Definition at line 56 of file ahAssert.C.

References exp(), and MESSAGE.

◆ _assert() [2/2]

void _assert ( const char *  exp,
const char *  fileName,
unsigned  lineNumber 
)

Definition at line 49 of file ahAssert.C.

References exp(), and MESSAGE.

◆ _Warning() [1/2]

void _Warning ( const char *  exp,
const char *  fileName,
unsigned int  lineNumber,
const char *  format,
  ... 
)

Definition at line 80 of file ahAssert.C.

References exp(), and MESSAGE.

◆ _Warning() [2/2]

void _Warning ( const char *  exp,
const char *  fileName,
unsigned  lineNumber 
)

Definition at line 73 of file ahAssert.C.

References exp(), and MESSAGE.