xrootd
|
#include <XrdOucDLlist.hh>
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 |
|
inline |
References XrdOucDLlist< T >::item, XrdOucDLlist< T >::next, and XrdOucDLlist< T >::prev.
|
inline |
References XrdOucDLlist< T >::next, XrdOucDLlist< T >::prev, and XrdOucDLlist< T >::Remove().
|
inline |
References XrdOucDLlist< T >::item, and XrdOucDLlist< T >::next.
|
inline |
|
inline |
References XrdOucDLlist< T >::item.
Referenced by XrdOucDLlist< T >::Insert().
|
inline |
References XrdOucDLlist< T >::next.
|
inline |
References XrdOucDLlist< T >::prev.
|
inline |
References XrdOucDLlist< T >::next, and XrdOucDLlist< T >::prev.
Referenced by XrdOucDLlist< T >::~XrdOucDLlist().
|
inline |
References XrdOucDLlist< T >::item.
|
inline |
References XrdOucDLlist< T >::next.
|
private |
|
private |
|
private |