#include <TGFALFile.h>
Inheritance diagram for TGFALSystem:
Public Member Functions | |
TGFALSystem () | |
virtual | ~TGFALSystem () |
Int_t | MakeDirectory (const char *name) |
void * | OpenDirectory (const char *name) |
void | FreeDirectory (void *dirp) |
const char * | GetDirEntry (void *dirp) |
Int_t | GetPathInfo (const char *path, FileStat_t &buf) |
Bool_t | AccessPathName (const char *path, EAccessMode mode) |
Private Member Functions | |
void * | GetDirPtr () const |
Private Attributes | |
void * | fDirp |
Definition at line 105 of file TGFALFile.h.
TGFALSystem::TGFALSystem | ( | ) |
virtual TGFALSystem::~TGFALSystem | ( | ) | [inline, virtual] |
Definition at line 114 of file TGFALFile.h.
void* TGFALSystem::GetDirPtr | ( | ) | const [inline, private, virtual] |
Int_t TGFALSystem::MakeDirectory | ( | const char * | name | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 351 of file TGFALFile.cxx.
References TUrl::GetFileAndOptions().
void * TGFALSystem::OpenDirectory | ( | const char * | name | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 363 of file TGFALFile.cxx.
References TObject::Error(), fDirp, TUrl::GetFileAndOptions(), and stat64().
void TGFALSystem::FreeDirectory | ( | void * | dirp | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 389 of file TGFALFile.cxx.
References TObject::Error(), and fDirp.
const char * TGFALSystem::GetDirEntry | ( | void * | dirp | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 405 of file TGFALFile.cxx.
References TObject::Error(), and fDirp.
Int_t TGFALSystem::GetPathInfo | ( | const char * | path, | |
FileStat_t & | buf | |||
) | [virtual] |
Reimplemented from TSystem.
Definition at line 426 of file TGFALFile.cxx.
References buf, TUrl::GetFileAndOptions(), kFALSE, and stat64().
Bool_t TGFALSystem::AccessPathName | ( | const char * | path, | |
EAccessMode | mode | |||
) | [virtual] |
Reimplemented from TSystem.
Definition at line 454 of file TGFALFile.cxx.
References TUrl::GetFileAndOptions(), kFALSE, and kTRUE.
void* TGFALSystem::fDirp [private] |
Definition at line 108 of file TGFALFile.h.
Referenced by FreeDirectory(), GetDirEntry(), GetDirPtr(), OpenDirectory(), and TGFALSystem().