#include <TWebFile.h>
Inheritance diagram for TWebSystem:

Public Member Functions | |
| TWebSystem () | |
| virtual | ~TWebSystem () |
| 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) |
| Int_t | Unlink (const char *path) |
| TWebSystem () | |
| virtual | ~TWebSystem () |
| 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) |
| Int_t | Unlink (const char *path) |
Private Member Functions | |
| void * | GetDirPtr () const |
| void * | GetDirPtr () const |
Private Attributes | |
| void * | fDirp |
| void * | fDirp |
Definition at line 94 of file TWebFile.h.
| TWebSystem::TWebSystem | ( | ) |
| virtual TWebSystem::~TWebSystem | ( | ) | [inline, virtual] |
Definition at line 103 of file TWebFile.h.
| TWebSystem::TWebSystem | ( | ) |
| virtual TWebSystem::~TWebSystem | ( | ) | [inline, virtual] |
Definition at line 103 of file TWebFile.h.
| void* TWebSystem::GetDirPtr | ( | ) | const [inline, private, virtual] |
| Int_t TWebSystem::MakeDirectory | ( | const char * | name | ) | [virtual] |
| void * TWebSystem::OpenDirectory | ( | const char * | name | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 1198 of file TWebFile.cxx.
References TObject::Error(), and fDirp.
| void TWebSystem::FreeDirectory | ( | void * | dirp | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 1214 of file TWebFile.cxx.
References TObject::Error(), and fDirp.
| const char * TWebSystem::GetDirEntry | ( | void * | dirp | ) | [virtual] |
Reimplemented from TSystem.
Definition at line 1227 of file TWebFile.cxx.
References TObject::Error(), and fDirp.
| Int_t TWebSystem::GetPathInfo | ( | const char * | path, | |
| FileStat_t & | buf | |||
| ) | [virtual] |
| Bool_t TWebSystem::AccessPathName | ( | const char * | path, | |
| EAccessMode | mode | |||
| ) | [virtual] |
| Int_t TWebSystem::Unlink | ( | const char * | path | ) | [virtual] |
| void* TWebSystem::GetDirPtr | ( | ) | const [inline, private, virtual] |
| void* TWebSystem::OpenDirectory | ( | const char * | name | ) | [virtual] |
Reimplemented from TSystem.
| void TWebSystem::FreeDirectory | ( | void * | dirp | ) | [virtual] |
Reimplemented from TSystem.
| const char* TWebSystem::GetDirEntry | ( | void * | dirp | ) | [virtual] |
Reimplemented from TSystem.
| Int_t TWebSystem::GetPathInfo | ( | const char * | path, | |
| FileStat_t & | buf | |||
| ) | [virtual] |
Reimplemented from TSystem.
| Bool_t TWebSystem::AccessPathName | ( | const char * | path, | |
| EAccessMode | mode | |||
| ) | [virtual] |
Reimplemented from TSystem.
void* TWebSystem::fDirp [private] |
Definition at line 97 of file TWebFile.h.
Referenced by FreeDirectory(), GetDirEntry(), GetDirPtr(), OpenDirectory(), and TWebSystem().
void* TWebSystem::fDirp [private] |
Definition at line 97 of file TWebFile.h.
1.5.1