XrdOucDLlist< T > Class Template Reference

#include <XrdOucDLlist.hh>

Collaboration diagram for XrdOucDLlist< T >:
Collaboration graph
[legend]

List of all members.

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 ()
XrdOucDLlistNext ()
XrdOucDLlistPrev ()
void setItem (T *ival)
int Singleton ()

Private Attributes

XrdOucDLlistnext
XrdOucDLlistprev
T * item

template<class T>
class XrdOucDLlist< T >


Constructor & Destructor Documentation

template<class T >
XrdOucDLlist< T >::XrdOucDLlist ( T *  itemval = 0  )  [inline]
template<class T >
XrdOucDLlist< T >::~XrdOucDLlist (  )  [inline]

Member Function Documentation

template<class T >
T* XrdOucDLlist< T >::Apply ( int(*)(T *, void *)  func,
void *  Arg,
XrdOucDLlist< T > *  Start = 0 
) [inline]
template<class T >
void XrdOucDLlist< T >::Insert ( XrdOucDLlist< T > *  Node,
T *  Item = 0 
) [inline]
template<class T >
T* XrdOucDLlist< T >::Item (  )  [inline]
template<class T >
XrdOucDLlist* XrdOucDLlist< T >::Next (  )  [inline]
template<class T >
XrdOucDLlist* XrdOucDLlist< T >::Prev (  )  [inline]
template<class T >
void XrdOucDLlist< T >::Remove (  )  [inline]
template<class T >
void XrdOucDLlist< T >::setItem ( T *  ival  )  [inline]
template<class T >
int XrdOucDLlist< T >::Singleton (  )  [inline]

Member Data Documentation

template<class T >
T* XrdOucDLlist< T >::item [private]
template<class T >
XrdOucDLlist* XrdOucDLlist< T >::next [private]
template<class T >
XrdOucDLlist* XrdOucDLlist< T >::prev [private]

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

Generated on 1 Nov 2017 for xrootd by  doxygen 1.6.1