Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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. More...
 
 TASLogHandlerGuard (FILE *f, TSocket *s, const char *pfx="", Bool_t on=kTRUE)
 Init a guard for executing a command in a pipe. More...
 
virtual ~TASLogHandlerGuard ()
 Close a guard for executing a command in a pipe. More...
 

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 228 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 248 of file TApplicationServer.cxx.

◆ ~TASLogHandlerGuard()

TASLogHandlerGuard::~TASLogHandlerGuard ( )
virtual

Close a guard for executing a command in a pipe.

Definition at line 268 of file TApplicationServer.cxx.

Member Data Documentation

◆ fExecHandler

TASLogHandler* TASLogHandlerGuard::fExecHandler
private

Definition at line 127 of file TApplicationServer.h.

Libraries for TASLogHandlerGuard:
[legend]

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