XRootD
Loading...
Searching...
No Matches
XrdOucTListHelper Class Reference

#include <XrdOucTList.hh>

Collaboration diagram for XrdOucTListHelper:

Public Member Functions

 XrdOucTListHelper (XrdOucTList **p)
 ~XrdOucTListHelper ()

Public Attributes

XrdOucTList ** Anchor

Detailed Description

Definition at line 81 of file XrdOucTList.hh.

Constructor & Destructor Documentation

◆ XrdOucTListHelper()

XrdOucTListHelper::XrdOucTListHelper ( XrdOucTList ** p)
inline

Definition at line 87 of file XrdOucTList.hh.

87: Anchor(p) {}
XrdOucTList ** Anchor

References Anchor.

◆ ~XrdOucTListHelper()

XrdOucTListHelper::~XrdOucTListHelper ( )
inline

Definition at line 88 of file XrdOucTList.hh.

88 {XrdOucTList *tp;
89 while((tp = *Anchor))
90 {*Anchor = tp->next; delete tp;}
91 }
XrdOucTList * next

References Anchor, and XrdOucTList::next.

Member Data Documentation

◆ Anchor

XrdOucTList** XrdOucTListHelper::Anchor

Definition at line 85 of file XrdOucTList.hh.

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


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