Go to the documentation of this file.
44 #define EnvGetLong(x) XrdClientEnv::Instance()->ShellGetInt(x)
45 #define EnvGetString(x) XrdClientEnv::Instance()->ShellGet(x)
46 #define EnvPutString(name, val) XrdClientEnv::Instance()->Put(name, val)
47 #define EnvPutInt(name, val) XrdClientEnv::Instance()->PutInt(name, val)
70 const char *
Get(
const char *varname) {
90 const char *
ShellGet(
const char *varname );
99 void Put(
const char *varname,
const char *value) {
105 void PutInt(
const char *varname,
long value) {