Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TASLogHandlerGuard Class Reference

Definition at line 124 of file TApplicationServer.h.

Public Member Functions

 TASLogHandlerGuard (const char *cmd, TSocket *s, const char *pfx="", Bool_t on=kTRUE)
 Init a guard for executing a command in a pipe.
 
 TASLogHandlerGuard (FILE *f, TSocket *s, const char *pfx="", Bool_t on=kTRUE)
 Init a guard for executing a command in a pipe.
 
virtual ~TASLogHandlerGuard ()
 Close a guard for executing a command in a pipe.
 

Private Attributes

TASLogHandlerfExecHandler
 

#include <TApplicationServer.h>

Constructor & Destructor Documentation

◆ TASLogHandlerGuard() [1/2]

TASLogHandlerGuard::TASLogHandlerGuard ( 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 229 of file TApplicationServer.cxx.

◆ TASLogHandlerGuard() [2/2]

TASLogHandlerGuard::TASLogHandlerGuard ( FILE * f,
TSocket * s,
const char * pfx = "",
Bool_t on = kTRUE )

Init a guard for executing a command in a pipe.

Definition at line 249 of file TApplicationServer.cxx.

◆ ~TASLogHandlerGuard()

TASLogHandlerGuard::~TASLogHandlerGuard ( )
virtual

Close a guard for executing a command in a pipe.

Definition at line 269 of file TApplicationServer.cxx.

Member Data Documentation

◆ fExecHandler

TASLogHandler* TASLogHandlerGuard::fExecHandler
private

Definition at line 127 of file TApplicationServer.h.

Libraries for TASLogHandlerGuard:

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