HYDRA_development_version
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HDebug Class Reference

#include <hdebug.h>

Inheritance diagram for HDebug:
Collaboration diagram for HDebug:

Public Member Functions

 HDebug (void)
 
 ~HDebug (void)
 
void setIdentLevel (Int_t level)
 
Int_t getIdentLevel (void)
 
void incIdentLevel (void)
 
void decIdentLevel (void)
 
void message (const Text_t *format,...)
 
void enterFunc (const Text_t *func)
 
void leaveFunc (const Text_t *func)
 

Private Attributes

Int_t fIdentLevel
 

Detailed Description

Definition at line 6 of file hdebug.h.

Constructor & Destructor Documentation

HDebug::HDebug ( void  )
HDebug::~HDebug ( void  )

Definition at line 11 of file hdebug.cc.

Member Function Documentation

void HDebug::decIdentLevel ( void  )
inline

Definition at line 15 of file hdebug.h.

Referenced by leaveFunc().

Int_t HDebug::getIdentLevel ( void  )
inline

Definition at line 13 of file hdebug.h.

References fIdentLevel.

void HDebug::incIdentLevel ( void  )
inline

Definition at line 14 of file hdebug.h.

Referenced by enterFunc().

void HDebug::setIdentLevel ( Int_t  level)
inline

Definition at line 12 of file hdebug.h.

Member Data Documentation

Int_t HDebug::fIdentLevel
private

Definition at line 8 of file hdebug.h.

Referenced by getIdentLevel(), and message().


The documentation for this class was generated from the following files: