class RedirectHandle_t


TSystem

Abstract base class defining a generic interface to the underlying
Operating System.
This is not an ABC in the strict sense of the (C++) word. For
every member function their is an implementation (often not more
than a call to AbstractMethod() which prints a warning saying
that the method should be overridden in a derived class), which
allows a simple partial implementation for new OS'es.


Function Members (Methods)

public:
RedirectHandle_t(const char* n = 0)
RedirectHandle_t(const RedirectHandle_t&)
~RedirectHandle_t()
RedirectHandle_t&operator=(const RedirectHandle_t&)
voidReset()

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& )

Author: Fons Rademakers 15/09/95
Last change: root/base:$Id: TSystem.h 23625 2008-05-01 06:39:40Z rdm $
Last generated: 2008-06-25 08:31
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.