![]() |
ROOT
6.06/09
Reference Guide
|
#include "syslog.h"#include "assert.h"#include "stdlib.h"#include "THDFSFile.h"#include "TError.h"#include "TSystem.h"#include "TROOT.h"#include "hdfs.h"
Include dependency graph for THDFSFile.cxx:Go to the source code of this file.
Macros | |
| #define | THDFSFile_TRACE |
| #define | TRACE(x) ; |
Functions | |
| ClassImp (THDFSFile) THDFSFile | |
| Usual Constructor. See the TFile constructor for details. More... | |
| ClassImp (THDFSSystem) THDFSSystem | |
Variables | |
| static const Bool_t | R__HDFS_ALLOW_CHANGES = kFALSE |
| #define THDFSFile_TRACE |
Definition at line 58 of file THDFSFile.cxx.
| #define TRACE | ( | x | ) | ; |
Definition at line 63 of file THDFSFile.cxx.
Referenced by THDFSFile::SysRead(), THDFSFile::SysSeek(), and THDFSFile::~THDFSFile().
| ClassImp | ( | THDFSFile | ) |
Usual Constructor. See the TFile constructor for details.
Definition at line 66 of file THDFSFile.cxx.
| ClassImp | ( | THDFSSystem | ) |
Definition at line 304 of file THDFSFile.cxx.
Definition at line 54 of file THDFSFile.cxx.
Referenced by THDFSSystem::MakeDirectory(), and THDFSSystem::Unlink().