XrdClientEnv Class Reference
#include <XrdClientEnv.hh>
List of all members.
Constructor & Destructor Documentation
XrdClientEnv::XrdClientEnv |
( |
|
) |
[protected] |
XrdClientEnv::~XrdClientEnv |
( |
|
) |
[protected] |
Member Function Documentation
const char* XrdClientEnv::Get |
( |
const char * |
varname |
) |
[inline] |
long XrdClientEnv::GetInt |
( |
const char * |
varname |
) |
[inline] |
bool XrdClientEnv::ImportInt |
( |
const char * |
varname |
) |
[protected] |
bool XrdClientEnv::ImportStr |
( |
const char * |
varname |
) |
[protected] |
Import the variables from the shell environment, the variable names are capitalized and prefixed with "XRD_"
void XrdClientEnv::Lock |
( |
|
) |
[inline] |
void XrdClientEnv::Put |
( |
const char * |
varname, |
|
|
const char * |
value | |
|
) |
| | [inline] |
void XrdClientEnv::PutInt |
( |
const char * |
varname, |
|
|
long |
value | |
|
) |
| | [inline] |
int XrdClientEnv::ReInitLock |
( |
|
) |
[inline] |
const char* XrdClientEnv::ShellGet |
( |
const char * |
varname |
) |
|
Get a string variable from the environment, the same as Get, but checks the shell environment first
long XrdClientEnv::ShellGetInt |
( |
const char * |
varname |
) |
|
Get an integet variable from the environment, the same as GetInt, but checks the shell environment first
void XrdClientEnv::UnLock |
( |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: