XRootD
XrdFrcXAttrPfn Class Reference

#include <XrdFrcXAttr.hh>

+ Collaboration diagram for XrdFrcXAttrPfn:

Public Member Functions

 XrdFrcXAttrPfn ()
 
 ~XrdFrcXAttrPfn ()
 
XrdFrcXAttrPfnpreSet (XrdFrcXAttrPfn &tmp)
 
int sizeSet ()
 

Static Public Member Functions

static const char * Name ()
 
static int postGet (int Result)
 
static int sizeGet ()
 

Public Attributes

char Pfn [MAXPATHLEN+8]
 

Detailed Description

Definition at line 171 of file XrdFrcXAttr.hh.

Constructor & Destructor Documentation

◆ XrdFrcXAttrPfn()

XrdFrcXAttrPfn::XrdFrcXAttrPfn ( )
inline

Definition at line 194 of file XrdFrcXAttr.hh.

194 {*Pfn = 0;}
char Pfn[MAXPATHLEN+8]
Definition: XrdFrcXAttr.hh:175

References Pfn.

Referenced by sizeGet().

+ Here is the caller graph for this function:

◆ ~XrdFrcXAttrPfn()

XrdFrcXAttrPfn::~XrdFrcXAttrPfn ( )
inline

Definition at line 195 of file XrdFrcXAttr.hh.

195 {}

Member Function Documentation

◆ Name()

static const char* XrdFrcXAttrPfn::Name ( )
inlinestatic

Definition at line 184 of file XrdFrcXAttr.hh.

184 {return "XrdFrm.Pfn";}

Referenced by XrdOssSys::Alloc_Cache(), and XrdOssSys::RenameLink3().

+ Here is the caller graph for this function:

◆ postGet()

static int XrdFrcXAttrPfn::postGet ( int  Result)
inlinestatic

Definition at line 179 of file XrdFrcXAttr.hh.

179 {return Result;}

◆ preSet()

XrdFrcXAttrPfn* XrdFrcXAttrPfn::preSet ( XrdFrcXAttrPfn tmp)
inline

Definition at line 180 of file XrdFrcXAttr.hh.

180 {(void)tmp; return this;}

◆ sizeGet()

static int XrdFrcXAttrPfn::sizeGet ( )
inlinestatic

Definition at line 188 of file XrdFrcXAttr.hh.

188 {return sizeof(XrdFrcXAttrPfn);}

References XrdFrcXAttrPfn().

+ Here is the call graph for this function:

◆ sizeSet()

int XrdFrcXAttrPfn::sizeSet ( )
inline

Definition at line 192 of file XrdFrcXAttr.hh.

192 {return strlen(Pfn)+1;}

References Pfn.

Member Data Documentation

◆ Pfn

char XrdFrcXAttrPfn::Pfn[MAXPATHLEN+8]

Definition at line 175 of file XrdFrcXAttr.hh.

Referenced by XrdFrcXAttrPfn(), and sizeSet().


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