Generated on Mon Jun 23 16:24:58 2008 for BIU-1.7.0 by doxygen 1.5.1

src/biu/assertbiu.hh File Reference

#include <cassert>
#include <iostream>

Include dependency graph for assertbiu.hh:

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

Go to the source code of this file.

Defines

#define assertbiu(EXPR, MSG)


Define Documentation

#define assertbiu ( EXPR,
MSG   ) 

Value:

( (EXPR) || \
              ( (std::cerr<<"\n\tASSERT FAILED : " <<MSG <<"\n\n") \
                && (assert(EXPR), 0)) \
            )
assertbiu(EXPR,MSG) calls the macro "assert(EXPR)" if EXPR is true, with the additional error message MSG

Definition at line 13 of file assertbiu.hh.