Definition at line 58 of file XrdCmsBlackList.cc.
◆ BL_Grip()
◆ ~BL_Grip()
◆ Add()
◆ Array()
Definition at line 66 of file XrdCmsBlackList.cc.
67 {XrdOucTList *tP = first;
69 if (!anum) return 0;
70 XrdOucTList **vec = new XrdOucTList *[anum];
71 for (
int i = 0; i < anum; i++) {vec[i] = tP; tP = tP->
next;}
72 first = last = 0;
73 return vec;
74 }
References Count(), and XrdOucTList::next.
◆ Count()
◆ Export()
Definition at line 83 of file XrdCmsBlackList.cc.
84 {XrdOucTList *tP = first;
85 first = last = 0;
86 return tP;
87 }
◆ Include()
bool BL_Grip::Include |
( |
const char * | item, |
|
|
int & | i ) |
|
inline |
The documentation for this class was generated from the following file: