Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Test/StrTest2.cpp File Reference

#include <j2k/Fred/String/String.cpp>

Go to the source code of this file.

Defines

#define tassert(ex)


Define Documentation

#define tassert ex   
 

Value:

{ \
  if (!(ex)) { \
    cerr << "Assertion failed at " << __FILE__ << __LINE__ << "\n"; \
    assert( (ex) ); \
    abort();   \
  } \
}


Generated on Sun Oct 14 18:48:02 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001