FileStat_t
class description - source file - inheritance tree (.pdf)
    public:
                  FileStat_t()
                  FileStat_t(const FileStat_t&)
                  ~FileStat_t()
      FileStat_t& operator=(const FileStat_t&)
    public:
        Long_t fDev     device id
        Long_t fIno     inode
         Int_t fMode    protection (combination of EFileModeMask bits)
         Int_t fUid     user id of owner
         Int_t fGid     group id of owner
      Long64_t fSize    total size in bytes
        Long_t fMtime   modification date
        Bool_t fIsLink  symbolic link
                                                                      
 TSystem                                                              
                                                                      
 Abstract base class defining a generic interface to the underlying   
 Operating System.                                                    
                                                                      
Inline Functions
               void ~FileStat_t()
         FileStat_t FileStat_t()
         FileStat_t FileStat_t(const FileStat_t&)
        FileStat_t& operator=(const FileStat_t&)
Author: Fons Rademakers 15/09/95
Last update: root/base:$Name:  $:$Id: TSystem.h,v 1.53 2005/11/14 09:46:45 brun Exp $
Copyright  (C) 1995-2000, Rene Brun and Fons Rademakers.               *
ROOT page - Class index - Class Hierarchy - Top of the page
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.