#include <TStorageFactorySystem.h>
Public Member Functions | |
Bool_t | AccessPathName (const char *path, EAccessMode mode) override |
ClassDefOverride (TStorageFactorySystem, 0) | |
void | FreeDirectory (void *dirp) override |
const char * | GetDirEntry (void *dirp) override |
Int_t | GetPathInfo (const char *path, FileStat_t &info) override |
Int_t | MakeDirectory (const char *name) override |
void * | OpenDirectory (const char *name) override |
TStorageFactorySystem (const char *, Bool_t) | |
TStorageFactorySystem (void) | |
int | Unlink (const char *name) override |
~TStorageFactorySystem (void) override | |
Private Member Functions | |
void * | GetDirPt (void) const |
Private Attributes | |
void * | fDirp |
TSystem wrapper around #StorageFactory and CMS #Storage. This class is a blatant copy of TDCacheSystem.
Definition at line 10 of file TStorageFactorySystem.h.
TStorageFactorySystem::TStorageFactorySystem | ( | const char * | , |
Bool_t | |||
) |
Definition at line 8 of file TStorageFactorySystem.cc.
TStorageFactorySystem::TStorageFactorySystem | ( | void | ) |
Definition at line 13 of file TStorageFactorySystem.cc.
|
override |
Definition at line 18 of file TStorageFactorySystem.cc.
|
override |
TStorageFactorySystem::ClassDefOverride | ( | TStorageFactorySystem | , |
0 | |||
) |
|
override |
Definition at line 33 of file TStorageFactorySystem.cc.
|
override |
Definition at line 35 of file TStorageFactorySystem.cc.
|
inlineprivate |
|
override |
Definition at line 50 of file TStorageFactorySystem.cc.
References trackerTree::check(), and get.
|
override |
Definition at line 23 of file TStorageFactorySystem.cc.
|
override |
Definition at line 28 of file TStorageFactorySystem.cc.
|
override |
Definition at line 45 of file TStorageFactorySystem.cc.
|
private |
Definition at line 12 of file TStorageFactorySystem.h.
Referenced by GetDirPt().