Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TDavixSystem.cxx File Reference
#include "TDavixSystem.h"
#include "TROOT.h"
#include "TSocket.h"
#include "Bytes.h"
#include "TError.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:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Macros

#define ENVPFX   "Davix."
 

Variables

const char * ca_check_opt
 
const char * grid_mode_opt
 
const std::string gUserAgent
 
const char * s3_acckey_opt
 
const char * s3_seckey_opt
 
const std::string VERSION
 

Macro Definition Documentation

◆ ENVPFX

#define ENVPFX   "Davix."

Definition at line 52 of file TDavixSystem.cxx.

Variable Documentation

◆ ca_check_opt

const char* ca_check_opt
extern

Definition at line 68 of file TDavixFile.cxx.

◆ grid_mode_opt

const char* grid_mode_opt
extern

Definition at line 67 of file TDavixFile.cxx.

◆ gUserAgent

const std::string gUserAgent
extern

◆ s3_acckey_opt

const char* s3_acckey_opt
extern

Definition at line 70 of file TDavixFile.cxx.

◆ s3_seckey_opt

const char* s3_seckey_opt
extern

Definition at line 69 of file TDavixFile.cxx.

◆ VERSION

const std::string VERSION
extern