#include <TStorageFactorySystem.h>
TSystem wrapper around StorageFactory and CMS Storage. This class is a blatant copy of TDCacheSystem.
Definition at line 10 of file TStorageFactorySystem.h.
◆ TStorageFactorySystem() [1/2]
TStorageFactorySystem::TStorageFactorySystem |
( |
const char * |
, |
|
|
Bool_t |
|
|
) |
| |
Definition at line 6 of file TStorageFactorySystem.cc.
7 : TSystem(
"-StorageFactory",
"Storage Factory System"),
fDirp(
nullptr) {
8 SetName(
"StorageFactory");
◆ TStorageFactorySystem() [2/2]
TStorageFactorySystem::TStorageFactorySystem |
( |
void |
| ) |
|
Definition at line 11 of file TStorageFactorySystem.cc.
12 : TSystem(
"-StorageFactory",
"Storage Factory System"),
fDirp(
nullptr) {
13 SetName(
"StorageFactory");
◆ ~TStorageFactorySystem()
TStorageFactorySystem::~TStorageFactorySystem |
( |
void |
| ) |
|
|
override |
◆ AccessPathName()
Bool_t TStorageFactorySystem::AccessPathName |
( |
const char * |
path, |
|
|
EAccessMode |
mode |
|
) |
| |
|
override |
◆ ClassDefOverride()
◆ FreeDirectory()
void TStorageFactorySystem::FreeDirectory |
( |
void * |
dirp | ) |
|
|
override |
◆ GetDirEntry()
const char * TStorageFactorySystem::GetDirEntry |
( |
void * |
dirp | ) |
|
|
override |
◆ GetDirPt()
void* TStorageFactorySystem::GetDirPt |
( |
void |
| ) |
const |
|
inlineprivate |
◆ GetPathInfo()
Int_t TStorageFactorySystem::GetPathInfo |
( |
const char * |
path, |
|
|
FileStat_t & |
info |
|
) |
| |
|
override |
◆ MakeDirectory()
Int_t TStorageFactorySystem::MakeDirectory |
( |
const char * |
name | ) |
|
|
override |
◆ OpenDirectory()
void * TStorageFactorySystem::OpenDirectory |
( |
const char * |
name | ) |
|
|
override |
◆ Unlink()
Int_t TStorageFactorySystem::Unlink |
( |
const char * |
name | ) |
|
|
override |
◆ fDirp
void* TStorageFactorySystem::fDirp |
|
private |