ROOT 6.14/05 Reference Guide |
Definition at line 401 of file TProofServ.h.
Public Member Functions | |
TProofServLogHandlerGuard (const char *cmd, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
Init a guard for executing a command in a pipe. More... | |
TProofServLogHandlerGuard (FILE *f, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
Init a guard for executing a command in a pipe. More... | |
virtual | ~TProofServLogHandlerGuard () |
Close a guard for executing a command in a pipe. More... | |
Private Attributes | |
TProofServLogHandler * | fExecHandler |
#include <TProofServ.h>
TProofServLogHandlerGuard::TProofServLogHandlerGuard | ( | const char * | cmd, |
TSocket * | s, | ||
const char * | pfx = "" , |
||
Bool_t | on = kTRUE |
||
) |
Init a guard for executing a command in a pipe.
Definition at line 357 of file TProofServ.cxx.
TProofServLogHandlerGuard::TProofServLogHandlerGuard | ( | FILE * | f, |
TSocket * | s, | ||
const char * | pfx = "" , |
||
Bool_t | on = kTRUE |
||
) |
Init a guard for executing a command in a pipe.
Definition at line 377 of file TProofServ.cxx.
|
virtual |
Close a guard for executing a command in a pipe.
Definition at line 397 of file TProofServ.cxx.
|
private |
Definition at line 404 of file TProofServ.h.