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

Public Member Functions

 XrdFrmAdminNSE ()
 ~XrdFrmAdminNSE ()

Public Attributes

XrdOucNSWalk::NSEntdP
XrdOucNSWalk::NSEntnP
XrdOucNSWalknsP

Detailed Description

Definition at line 55 of file XrdFrmAdminUnlink.cc.

Constructor & Destructor Documentation

◆ XrdFrmAdminNSE()

XrdFrmAdminNSE::XrdFrmAdminNSE ( )
inline

Definition at line 61 of file XrdFrmAdminUnlink.cc.

61: nP(0), dP(0), nsP(0) {}
XrdOucNSWalk * nsP
XrdOucNSWalk::NSEnt * dP
XrdOucNSWalk::NSEnt * nP

References dP, nP, and nsP.

◆ ~XrdFrmAdminNSE()

XrdFrmAdminNSE::~XrdFrmAdminNSE ( )
inline

Definition at line 62 of file XrdFrmAdminUnlink.cc.

62 {XrdOucNSWalk::NSEnt *fP;
63 while((fP = dP)) {dP = dP->Next; delete fP;}
64 while((fP = nP)) {nP = nP->Next; delete fP;}
65 if (nsP) delete nsP;
66 }

References dP, nP, and nsP.

Member Data Documentation

◆ dP

XrdOucNSWalk::NSEnt * XrdFrmAdminNSE::dP

Definition at line 58 of file XrdFrmAdminUnlink.cc.

Referenced by XrdFrmAdminNSE(), and ~XrdFrmAdminNSE().

◆ nP

XrdOucNSWalk::NSEnt* XrdFrmAdminNSE::nP

Definition at line 58 of file XrdFrmAdminUnlink.cc.

Referenced by XrdFrmAdminNSE(), and ~XrdFrmAdminNSE().

◆ nsP

XrdOucNSWalk* XrdFrmAdminNSE::nsP

Definition at line 59 of file XrdFrmAdminUnlink.cc.

Referenced by XrdFrmAdminNSE(), and ~XrdFrmAdminNSE().


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