CMS 3D CMS Logo

IgTrace.h

Go to the documentation of this file.
00001 #ifndef IG_TRACE_IG_TRACE_H
00002 # define IG_TRACE_IG_TRACE_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "IgTools/IgHook/interface/IgHook.h"
00007 # include "IgTools/IgTrace/src/IgTraceMacros.h"
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00013 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00014 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00015 
00018 class IgTrace
00019 {
00020 public:
00021     static int                  panic (const char *file, int line,
00022                                        const char *func, const char *expr);
00023     static void                 debug (const char *format, ...);
00024     static const char *         options (void);
00025     static const char *         program (void);
00026     static bool                 filter (const char *info, void *stack [], int depth);
00027 
00028     static bool                 initialize (void);
00029     static bool                 enabled (void);
00030     static bool                 enable (void);
00031     static bool                 disable (void);
00032 };
00033 
00034 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00035 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00036 
00037 #endif // IG_TRACE_IG_TRACE_H

Generated on Tue Jun 9 17:38:09 2009 for CMSSW by  doxygen 1.5.4