#include "hdebug.h"

HDebug


class description - source file - inheritance tree (.pdf)

class HDebug : public TObject

Inheritance Chart:
TObject
<-
HDebug

    public:
HDebug() HDebug(const HDebug&) ~HDebug() static TClass* Class() void decIdentLevel() void enterFunc(Text_t* func) Int_t getIdentLevel() void incIdentLevel() virtual TClass* IsA() const void leaveFunc(Text_t* func) void message(Text_t* format) HDebug& operator=(const HDebug&) void setIdentLevel(Int_t level) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t fIdentLevel identation level;

Class Description


HDebug(void)

~HDebug(void)

void message(Text_t *format,...)

void enterFunc(Text_t *func)

void leaveFunc(Text_t *func)



Inline Functions


               void setIdentLevel(Int_t level)
              Int_t getIdentLevel()
               void incIdentLevel()
               void decIdentLevel()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
             HDebug HDebug(const HDebug&)
            HDebug& operator=(const HDebug&)


Last update: Mon Feb 5 16:50:01 2007


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.