![]() |
XRootD
|
#include <XrdCpConfig.hh>
Public Member Functions | |
defVar (const char *vn, const char *vl) | |
defVar (const char *vn, int vl) | |
Public Attributes | ||
union { | ||
int | intVal | |
const char * | strVal | |
}; | ||
defVar * | Next | |
const char * | vName | |
Definition at line 51 of file XrdCpConfig.hh.
|
inline |
Definition at line 57 of file XrdCpConfig.hh.
|
inline |
Definition at line 59 of file XrdCpConfig.hh.
union { ... } XrdCpConfig::defVar |
defVar* XrdCpConfig::defVar::Next |
Definition at line 52 of file XrdCpConfig.hh.
Referenced by XrdCpConfig::~XrdCpConfig(), and ProcessCommandLineEnv().
const char* XrdCpConfig::defVar::vName |
Definition at line 53 of file XrdCpConfig.hh.
Referenced by ProcessCommandLineEnv().