XRootD
XrdSutBuckListNode Class Reference

#include <XrdSutBuckList.hh>

+ Collaboration diagram for XrdSutBuckListNode:

Public Member Functions

 XrdSutBuckListNode (XrdSutBucket *b=0, XrdSutBuckListNode *n=0)
 
virtual ~XrdSutBuckListNode ()
 
XrdSutBucketBuck () const
 
XrdSutBuckListNodeNext () const
 
void SetNext (XrdSutBuckListNode *n)
 

Detailed Description

Definition at line 45 of file XrdSutBuckList.hh.

Constructor & Destructor Documentation

◆ XrdSutBuckListNode()

XrdSutBuckListNode::XrdSutBuckListNode ( XrdSutBucket b = 0,
XrdSutBuckListNode n = 0 
)
inline

Definition at line 50 of file XrdSutBuckList.hh.

51  { buck = b; next = n;}

◆ ~XrdSutBuckListNode()

virtual XrdSutBuckListNode::~XrdSutBuckListNode ( )
inlinevirtual

Definition at line 52 of file XrdSutBuckList.hh.

52 { }

Member Function Documentation

◆ Buck()

XrdSutBucket* XrdSutBuckListNode::Buck ( ) const
inline

Definition at line 54 of file XrdSutBuckList.hh.

54 { return buck; }

Referenced by XrdSutBuckList::Begin(), XrdSutBuckList::End(), XrdSutBuckList::Next(), and XrdSutBuckList::Remove().

+ Here is the caller graph for this function:

◆ Next()

XrdSutBuckListNode* XrdSutBuckListNode::Next ( ) const
inline

Definition at line 56 of file XrdSutBuckList.hh.

56 { return next; }

Referenced by XrdSutBuckList::~XrdSutBuckList(), XrdSutBuckList::Next(), and XrdSutBuckList::Remove().

+ Here is the caller graph for this function:

◆ SetNext()

void XrdSutBuckListNode::SetNext ( XrdSutBuckListNode n)
inline

Definition at line 58 of file XrdSutBuckList.hh.

58 { next = n; }

Referenced by XrdSutBuckList::PushBack(), and XrdSutBuckList::Remove().

+ Here is the caller graph for this function:

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