![]() |
ROOT
6.06/09
Reference Guide
|
#include "TDavixSystem.h"#include "TROOT.h"#include "TSocket.h"#include "Bytes.h"#include "TError.h"#include "TSystem.h"#include "TEnv.h"#include "TBase64.h"#include "TVirtualPerfStats.h"#include "TDavixFileInternal.h"#include <errno.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <davix.hpp>#include <sstream>#include <string>#include <cstring>
Include dependency graph for TDavixSystem.cxx:Go to the source code of this file.
Macros | |
| #define | ENVPFX "Davix." |
Functions | |
| ClassImp (TDavixSystem) using namespace Davix | |
Variables | |
| const std::string | VERSION |
| const std::string | gUserAgent |
| const char * | grid_mode_opt |
| const char * | ca_check_opt |
| const char * | s3_seckey_opt |
| const char * | s3_acckey_opt |
| #define ENVPFX "Davix." |
Definition at line 55 of file TDavixSystem.cxx.
| ClassImp | ( | TDavixSystem | ) |
| const char* ca_check_opt |
Definition at line 69 of file TDavixFile.cxx.
Referenced by TDavixFileInternal::parseParams().
| const char* grid_mode_opt |
Definition at line 68 of file TDavixFile.cxx.
Referenced by TDavixFileInternal::parseParams().
| const std::string gUserAgent |
| const char* s3_acckey_opt |
Definition at line 71 of file TDavixFile.cxx.
Referenced by TDavixFileInternal::parseParams().
| const char* s3_seckey_opt |
Definition at line 70 of file TDavixFile.cxx.
Referenced by TDavixFileInternal::parseParams().
| const std::string VERSION |