Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

macro.h

Go to the documentation of this file.
00001 #ifndef MACRO_H 00002 #define MACRO_H 00003 00004 #include <iostream> 00005 00006 #ifdef DEBUG 00007 #define DPRINTFUNC std::cout << __PRETTY_FUNCTION__ << "\n"; 00008 #define DPRINTPARAM(x) std::cout << "\t\t->(" << x << ")\n"; 00009 #elif 00010 #define DPRINTFUNC 00011 #define DPRINTPARAM(x) 00012 #endif 00013 00014 #endif // MACRO_H

Generated on Sun Mar 20 12:22:07 2005 for The Grid by doxygen 1.3.8