xrootd
Public Member Functions | Private Attributes
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]

Referenced by XrdOssSys::Stage_RT().

template<class T>
T* XrdOucDLlist< T >::Item ( ) [inline]
template<class T>
XrdOucDLlist* XrdOucDLlist< T >::Next ( ) [inline]

Referenced by XrdOssSys::CalcTime().

template<class T>
XrdOucDLlist* XrdOucDLlist< T >::Prev ( ) [inline]

Referenced by XrdOssSys::Stage_In().

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]

Referenced by XrdCmsRRQSlot::Recycle().


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: