XRootD
XrdCpConfig::defVar Struct Reference

#include <XrdCpConfig.hh>

+ Collaboration diagram for XrdCpConfig::defVar:

Public Member Functions

 defVar (const char *vn, const char *vl)
 
 defVar (const char *vn, int vl)
 

Public Attributes

union {
int intVal
 
const char * strVal
 
}; 
 
defVarNext
 
const char * vName
 

Detailed Description

Definition at line 51 of file XrdCpConfig.hh.

Constructor & Destructor Documentation

◆ defVar() [1/2]

XrdCpConfig::defVar::defVar ( const char *  vn,
const char *  vl 
)
inline

Definition at line 57 of file XrdCpConfig.hh.

58  : Next(0), vName(vn), strVal(vl) {}
const char * vName
Definition: XrdCpConfig.hh:53

◆ defVar() [2/2]

XrdCpConfig::defVar::defVar ( const char *  vn,
int  vl 
)
inline

Definition at line 59 of file XrdCpConfig.hh.

60  : Next(0), vName(vn), intVal(vl) {}

Member Data Documentation

◆ 

union { ... }

◆ Next

defVar* XrdCpConfig::defVar::Next

Definition at line 52 of file XrdCpConfig.hh.

Referenced by XrdCpConfig::~XrdCpConfig(), and ProcessCommandLineEnv().

◆ vName

const char* XrdCpConfig::defVar::vName

Definition at line 53 of file XrdCpConfig.hh.

Referenced by ProcessCommandLineEnv().


The documentation for this struct was generated from the following file: