Go to the source code of this file.
Defines | |
#define | debug(dl) |
#define | endd endl; } |
#define | debug_static(dl) |
#define | MAKE_DOCXX_HAPPY_HACK } |
Variables | |
int | debug_level |
@file Demonstrate the Test and Suite classes. More... | |
int | version_flag |
|
Value: if (dl <= debug_level) { cerr \ << ": " \ << hex << (unsigned int)this << dec \ << ": "__FILE__ << ":" \ << __FUNCTION__ << ":" \ << __LINE__ << ": " |
|
Value: if (dl <= debug_level) { \ cerr << << "main"\ << ": "__FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << ": " |
|
|
|
|
|
@file Demonstrate the Test and Suite classes.
|
|
|