debug.h File Reference

Debugging symbols, macros and assertion library. More...

#include <cassert>

Go to the source code of this file.

Defines

#define DEBUG_MODE   0
 Enables/disables debugging.
#define THROW(exceptionClass, message)   throw exceptionClass(message)
 Throws selected exception with selected message.


Detailed Description

Debugging symbols, macros and assertion library.

Author:
Libor Polcak, xpolca03@stud.fit.vutbr.cz

Boris Prochazka, xproch63@stud.fit.vutbr.cz

Martin Rapavy, xrapav00@stud.fit.vutbr.cz

Petr Zemek, xzemek02@stud.fit.vutbr.cz

Date:
27.2.2007

Define Documentation

#define DEBUG_MODE   0

Enables/disables debugging.

#define THROW ( exceptionClass,
message   )     throw exceptionClass(message)

Throws selected exception with selected message.

Parameters:
exceptionClass Type of exception to be thrown
message Exception message


Generated on Sun Apr 29 11:46:10 2007 for IPP/ICP2007 by  doxygen 1.4.7