NGL  6.5
The NCCA Graphics Library
NGLassert.h File Reference

re impliment asserts so we don't exit on failure More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NGL_ASSERT(X)
 re-define the standard assert to work for ngl first check to see if assert is defined and undef it this file is to replace the std C++ Assert functions These are turned on and off by specifying the _DEBUG flag in the make file (-DNGL_DEBUG in the FLAGS line. These are simmilar to the normal assert macros but don't exit the program as our asserts are not usually fatal. Also can use the assert in the TODO list to flag methods which have not yet been implimented. More...
 

Detailed Description

re impliment asserts so we don't exit on failure

Definition in file NGLassert.h.

Macro Definition Documentation

#define NGL_ASSERT (   X)

re-define the standard assert to work for ngl first check to see if assert is defined and undef it this file is to replace the std C++ Assert functions These are turned on and off by specifying the _DEBUG flag in the make file (-DNGL_DEBUG in the FLAGS line. These are simmilar to the normal assert macros but don't exit the program as our asserts are not usually fatal. Also can use the assert in the TODO list to flag methods which have not yet been implimented.

Definition at line 53 of file NGLassert.h.