XRootD
Loading...
Searching...
No Matches
LfnPfn Class Reference
+ Collaboration diagram for LfnPfn:

Public Member Functions

 LfnPfn (const char *lfn, int &rc)
 
 ~LfnPfn ()
 

Public Attributes

const char * Lfn
 
char Pfn [MAXPATHLEN+8]
 

Detailed Description

Definition at line 62 of file XrdCksManOss.cc.

Constructor & Destructor Documentation

◆ LfnPfn()

LfnPfn::LfnPfn ( const char *  lfn,
int &  rc 
)
inline

Definition at line 67 of file XrdCksManOss.cc.

67 : Lfn(lfn)
68 {rc = ossP->Lfn2Pfn(lfn, Pfn, MAXPATHLEN);
69 if (rc > 0) rc = -rc;
70 }
const char * Lfn
char Pfn[MAXPATHLEN+8]
virtual int Lfn2Pfn(const char *Path, char *buff, int blen)
Definition XrdOss.hh:873

References XrdOss::Lfn2Pfn(), and Pfn.

+ Here is the call graph for this function:

◆ ~LfnPfn()

LfnPfn::~LfnPfn ( )
inline

Definition at line 71 of file XrdCksManOss.cc.

71{}

Member Data Documentation

◆ Lfn

const char* LfnPfn::Lfn

Definition at line 64 of file XrdCksManOss.cc.

◆ Pfn

char LfnPfn::Pfn[MAXPATHLEN+8]

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