XRootD
XrdFrmTranArg Struct Reference
+ Collaboration diagram for XrdFrmTranArg:

Public Member Functions

 XrdFrmTranArg (XrdOucEnv *Env)
 
 ~XrdFrmTranArg ()
 

Public Attributes

XrdOucProgtheCmd
 
char * theDst
 
XrdOucEnvtheEnv
 
char * theINS
 
char theMDP [8]
 
char * theSrc
 
XrdOucMsubstheVec
 

Detailed Description

Definition at line 70 of file XrdFrmTransfer.cc.

Constructor & Destructor Documentation

◆ XrdFrmTranArg()

XrdFrmTranArg::XrdFrmTranArg ( XrdOucEnv Env)
inline

Definition at line 80 of file XrdFrmTransfer.cc.

81  : theEnv(Env), theCmd(0), theVec(0), theSrc(0),
82  theDst(0), theINS(0)
83  {theMDP[0] = '0'; theMDP[1] = 0;}
XrdOucEnv * theEnv
XrdOucMsubs * theVec
XrdOucProg * theCmd

◆ ~XrdFrmTranArg()

XrdFrmTranArg::~XrdFrmTranArg ( )
inline

Definition at line 84 of file XrdFrmTransfer.cc.

84 {}

Member Data Documentation

◆ theCmd

XrdOucProg* XrdFrmTranArg::theCmd

Definition at line 73 of file XrdFrmTransfer.cc.

◆ theDst

char* XrdFrmTranArg::theDst

Definition at line 76 of file XrdFrmTransfer.cc.

◆ theEnv

XrdOucEnv* XrdFrmTranArg::theEnv

Definition at line 72 of file XrdFrmTransfer.cc.

◆ theINS

char* XrdFrmTranArg::theINS

Definition at line 77 of file XrdFrmTransfer.cc.

◆ theMDP

char XrdFrmTranArg::theMDP[8]

Definition at line 78 of file XrdFrmTransfer.cc.

◆ theSrc

char* XrdFrmTranArg::theSrc

Definition at line 75 of file XrdFrmTransfer.cc.

◆ theVec

XrdOucMsubs* XrdFrmTranArg::theVec

Definition at line 74 of file XrdFrmTransfer.cc.


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