class MemInfo_t


TSystem

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


Function Members (Methods)

public:
MemInfo_t()
MemInfo_t(const MemInfo_t&)
~MemInfo_t()
MemInfo_t&operator=(const MemInfo_t&)

Data Members

public:
Int_tfMemFreefree RAM in MB
Int_tfMemTotaltotal RAM in MB
Int_tfMemUsedused RAM in MB
Int_tfSwapFreefree swap in MB
Int_tfSwapTotaltotal swap in MB
Int_tfSwapUsedused swap in MB

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

MemInfo_t(const MemInfo_t& )
{ }
TSystem& operator=(const MemInfo_t& )

Author: Fons Rademakers 15/09/95
Last update: root/base:$Id: TSystem.h 21270 2007-12-07 12:15:24Z rdm $
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.