peo_debug.h

00001 // "peo_debug.h"
00002 
00003 // (c) OPAC Team, LIFL, August 2005
00004 
00005 /* 
00006    Contact: paradiseo-help@lists.gforge.inria.fr
00007 */
00008 
00009 #ifndef __peo_debug_h
00010 #define __peo_debug_h
00011 
00012 extern void initDebugging ();
00013 
00014 extern void endDebugging ();
00015 
00016 extern void setDebugMode (bool __dbg = true); /* (Des)activating the Debugging mode */
00017 
00018 extern void printDebugMessage (const char * __mess); /* Print a new message both on the
00019                                                         standard output and a target
00020                                                         text-file in a subdirectory) */
00021 
00022 #endif

Generated on Tue Jan 9 15:47:37 2007 for ParadisEO-PEO by  doxygen 1.4.7