ROOT » CORE » BASE » SysInfo_t

class SysInfo_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 there 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:
virtual~SysInfo_t()
static TClass*Class()
virtual TClass*IsA() const
SysInfo_t&operator=(const SysInfo_t&)
virtual voidShowMembers(TMemberInspector& insp) const
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
SysInfo_t()
SysInfo_t(const SysInfo_t&)

Data Members

public:
Int_tfBusSpeedbus speed in MHz
Int_tfCpuSpeedcpu speed in MHz
TStringfCpuTypetype of cpu
Int_tfCpusnumber of cpus
Int_tfL2Cachelevel 2 cache size in KB
TStringfModelcomputer model
TStringfOSOS
Int_tfPhysRamphysical RAM in MB

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

SysInfo_t()
{ }
virtual ~SysInfo_t()
{ }
TSystem& operator=(const SysInfo_t& )