52 if (Start) node = Start;
58 do {nextnode = node->next;
59 if (node->item && (*func)(node->item, Arg))
return node->item;
61 }
while (node !=
this);
XrdOucDLlist(T *itemval=0)
void Insert(XrdOucDLlist *Node, T *Item=0)
T * Apply(int(*func)(T *, void *), void *Arg, XrdOucDLlist *Start=0)