#include <redirguard.h>
Public Member Functions | |
| redirguard (const char *fn, const char *mode="a", Int_t doit=0) | |
| ~redirguard () | |
| redirguard (const char *fn, const char *mode="a", Int_t doit=0) | |
| ~redirguard () | |
Private Attributes | |
| RedirectHandle_t | fRH |
| Bool_t | fDoIt |
Definition at line 25 of file redirguard.h.
| redirguard::redirguard | ( | const char * | fn, | |
| const char * | mode = "a", |
|||
| Int_t | doit = 0 | |||
| ) | [inline] |
Definition at line 30 of file redirguard.h.
References fDoIt, fRH, gSystem, kFALSE, kTRUE, and TSystem::RedirectOutput().
| redirguard::~redirguard | ( | ) | [inline] |
Definition at line 33 of file redirguard.h.
References fDoIt, fRH, gSystem, and TSystem::RedirectOutput().
| redirguard::redirguard | ( | const char * | fn, | |
| const char * | mode = "a", |
|||
| Int_t | doit = 0 | |||
| ) | [inline] |
Definition at line 30 of file redirguard.h.
References fDoIt, fRH, gSystem, kFALSE, kTRUE, and TSystem::RedirectOutput().
| redirguard::~redirguard | ( | ) | [inline] |
Definition at line 33 of file redirguard.h.
References fDoIt, fRH, gSystem, and TSystem::RedirectOutput().
RedirectHandle_t redirguard::fRH [private] |
Bool_t redirguard::fDoIt [private] |
1.5.1