ROOT » CORE » BASE » FileStat_t

class FileStat_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)

Data Members

public:
Long_tfDevdevice id
Int_tfGidgroup id of owner
Long_tfInoinode
Bool_tfIsLinksymbolic link
Int_tfModeprotection (combination of EFileModeMask bits)
Long_tfMtimemodification date
Long64_tfSizetotal size in bytes
Int_tfUiduser id of owner
TStringfUrlend point url of file

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

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