#include "XrdOuc/XrdOucEnv.hh"
#include "XrdSys/XrdSysPthread.hh"
#include <string.h>
Classes | |
class | XrdClientEnv |
Macros | |
#define | EnvGetLong(x) XrdClientEnv::Instance()->ShellGetInt(x) |
#define | EnvGetString(x) XrdClientEnv::Instance()->ShellGet(x) |
#define | EnvPutInt(name, val) XrdClientEnv::Instance()->PutInt(name, val) |
#define | EnvPutString(name, val) XrdClientEnv::Instance()->Put(name, val) |
#define EnvGetLong | ( | x | ) | XrdClientEnv::Instance()->ShellGetInt(x) |
Definition at line 44 of file XrdClientEnv.hh.
#define EnvGetString | ( | x | ) | XrdClientEnv::Instance()->ShellGet(x) |
Definition at line 45 of file XrdClientEnv.hh.
#define EnvPutInt | ( | name, | |
val | |||
) | XrdClientEnv::Instance()->PutInt(name, val) |
Definition at line 47 of file XrdClientEnv.hh.
#define EnvPutString | ( | name, | |
val | |||
) | XrdClientEnv::Instance()->Put(name, val) |
Definition at line 46 of file XrdClientEnv.hh.