CLASS  1.1
include/Defines.hxx
Aller à la documentation de ce fichier.
00001 #ifndef DEFINES_H
00002 #define DEFINES_H 1
00003 
00004 //#define DEBUG
00005 
00006 #ifdef DEBUG
00007 #define DBGL    cout << __FILE__ << ":" << __LINE__ << "[" << __FUNCTION__ << "]" << endl;
00008 #define DBGV(x) cout << __FILE__ << ":" << __LINE__ << "[" << __FUNCTION__ << "]" #x  "='" << x << endl;
00009 #else
00010 #define DBGL
00011 #define DBGV(x)
00012 #endif
00013 
00014 
00015 #endif
 Tout Classes Fichiers Fonctions Variables Macros