Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

debug.hh File Reference

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


Define Documentation

#define debug dl   
 

Value:

if (dl <= debug_level) { cerr \
                                             << ": " \
                                             << hex << (unsigned int)this << dec \
                                             << ": "__FILE__ << ":" \
                                             << __FUNCTION__ << ":" \
                                             << __LINE__ << ": "

Definition at line 9 of file debug.hh.

#define debug_static dl   
 

Value:

if (dl <= debug_level) { \
  cerr << << "main"\
       << ": "__FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << ": "

Definition at line 19 of file debug.hh.

#define endd   endl; }
 

Definition at line 16 of file debug.hh.

#define MAKE_DOCXX_HAPPY_HACK   }
 

Definition at line 24 of file debug.hh.


Variable Documentation

int debug_level
 

@file Demonstrate the Test and Suite classes.

Definition at line 6 of file debug.hh.

int version_flag
 

Definition at line 7 of file debug.hh.


Generated on Tue Apr 2 15:33:23 2002 for libccunit by doxygen 1.2.14 written by Dimitri van Heesch, © 1997-2002

Project hosted on sourceforge SourceForge Logo