#include "XrdOuc/XrdOucEnv.hh"
#include "XrdSys/XrdSysPthread.hh"
#include <string.h>
◆ EnvGetLong
Value:
long ShellGetInt(const char *varname)
Get an integet variable from the environment, the same as GetInt, but checks the shell environment fi...
static XrdClientEnv * Instance()
Definition at line 44 of file XrdClientEnv.hh.
◆ EnvGetString
| #define EnvGetString |
( |
| x | ) |
|
Value:
const char * ShellGet(const char *varname)
Get a string variable from the environment, the same as Get, but checks the shell environment first.
Definition at line 45 of file XrdClientEnv.hh.
◆ EnvPutInt
| #define EnvPutInt |
( |
| name, |
|
|
| val ) |
Value:
void PutInt(const char *varname, long value)
Definition at line 47 of file XrdClientEnv.hh.
◆ EnvPutString
| #define EnvPutString |
( |
| name, |
|
|
| val ) |
Value:
void Put(const char *varname, const char *value)
Definition at line 46 of file XrdClientEnv.hh.