#include <XrdOucDLlist.hh>
Collaboration diagram for XrdOucDLlist< T >:
Public Member Functions | |
XrdOucDLlist (T *itemval=0) | |
~XrdOucDLlist () | |
T * | Apply (int(*func)(T *, void *), void *Arg, XrdOucDLlist *Start=0) |
void | Insert (XrdOucDLlist *Node, T *Item=0) |
T * | Item () |
void | Remove () |
XrdOucDLlist * | Next () |
XrdOucDLlist * | Prev () |
void | setItem (T *ival) |
int | Singleton () |
Private Attributes | |
XrdOucDLlist * | next |
XrdOucDLlist * | prev |
T * | item |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|