ROOT logo
ROOT » CORE » BASE » RedirectHandle_t

class RedirectHandle_t


TSystem

Abstract base class defining a generic interface to the underlying
Operating System.


Function Members (Methods)

Data Members

public:
TStringfFileFile where the output was redirected
Int_tfReadOffSetOffset where to start reading the file (used by ShowOutput(...))
Int_tfStdErrDupDuplicated descriptor for stderr
TStringfStdErrTtytty associated with stderr, if any (e.g. from ttyname(...))
Int_tfStdOutDupDuplicated descriptor for stdout
TStringfStdOutTtytty associated with stdout, if any (e.g. from ttyname(...))

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

RedirectHandle_t(const char *n = 0)
{ }
void Reset()
TSystem& operator=(const RedirectHandle_t& )