Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MemInfo_t Struct Reference

Definition at line 177 of file TSystem.h.

Public Member Functions

 MemInfo_t ()
 
virtual ~MemInfo_t ()
 
virtual TClassIsA () const
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Static Public Member Functions

static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 

Public Attributes

Int_t fMemFree
 
Int_t fMemTotal
 
Int_t fMemUsed
 
Int_t fSwapFree
 
Int_t fSwapTotal
 
Int_t fSwapUsed
 

#include <TSystem.h>

Constructor & Destructor Documentation

◆ MemInfo_t()

MemInfo_t::MemInfo_t ( )
inline

Definition at line 184 of file TSystem.h.

◆ ~MemInfo_t()

virtual MemInfo_t::~MemInfo_t ( )
inlinevirtual

Definition at line 186 of file TSystem.h.

Member Function Documentation

◆ Class()

static TClass * MemInfo_t::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

static const char * MemInfo_t::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

static constexpr Version_t MemInfo_t::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 187 of file TSystem.h.

◆ DeclFileName()

static const char * MemInfo_t::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 187 of file TSystem.h.

◆ IsA()

virtual TClass * MemInfo_t::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Definition at line 187 of file TSystem.h.

◆ Streamer()

virtual void MemInfo_t::Streamer ( TBuffer )
virtual

◆ StreamerNVirtual()

void MemInfo_t::StreamerNVirtual ( TBuffer ClassDef_StreamerNVirtual_b)
inline

Definition at line 187 of file TSystem.h.

Member Data Documentation

◆ fMemFree

Int_t MemInfo_t::fMemFree

Definition at line 180 of file TSystem.h.

◆ fMemTotal

Int_t MemInfo_t::fMemTotal

Definition at line 178 of file TSystem.h.

◆ fMemUsed

Int_t MemInfo_t::fMemUsed

Definition at line 179 of file TSystem.h.

◆ fSwapFree

Int_t MemInfo_t::fSwapFree

Definition at line 183 of file TSystem.h.

◆ fSwapTotal

Int_t MemInfo_t::fSwapTotal

Definition at line 181 of file TSystem.h.

◆ fSwapUsed

Int_t MemInfo_t::fSwapUsed

Definition at line 182 of file TSystem.h.

Collaboration diagram for MemInfo_t:
[legend]

The documentation for this struct was generated from the following file: