#include <XrdOucChain.hh>
Public Member Functions | |
void | Add (XrdOucQSItem< T > *item) |
int | isEmpty () |
T * | Remove () |
XrdOucQueue () | |
~XrdOucQueue () | |
Private Attributes | |
XrdOucQSItem< T > * | anchor |
XrdOucQSItem< T > * | lastelem |
Definition at line 49 of file XrdOucChain.hh.
XrdOucQueue< T >::XrdOucQueue | ( | ) | [inline] |
Definition at line 69 of file XrdOucChain.hh.
References XrdOucQueue< T >::anchor, and XrdOucQueue< T >::lastelem.
XrdOucQueue< T >::~XrdOucQueue | ( | ) | [inline] |
Definition at line 70 of file XrdOucChain.hh.
void XrdOucQueue< T >::Add | ( | XrdOucQSItem< T > * | item | ) | [inline] |
Definition at line 53 of file XrdOucChain.hh.
References XrdOucQueue< T >::anchor, XrdOucQueue< T >::lastelem, and XrdOucQSItem< T >::nextelem.
int XrdOucQueue< T >::isEmpty | ( | ) | [inline] |
T* XrdOucQueue< T >::Remove | ( | ) | [inline] |
Definition at line 63 of file XrdOucChain.hh.
References XrdOucQueue< T >::anchor, XrdOucQSItem< T >::dataitem, XrdOucQueue< T >::lastelem, and T.
XrdOucQSItem<T>* XrdOucQueue< T >::anchor [private] |
Definition at line 73 of file XrdOucChain.hh.
Referenced by XrdOucQueue< T >::Add(), XrdOucQueue< T >::isEmpty(), XrdOucQueue< T >::Remove(), and XrdOucQueue< T >::XrdOucQueue().
XrdOucQSItem<T>* XrdOucQueue< T >::lastelem [private] |
Definition at line 74 of file XrdOucChain.hh.
Referenced by XrdOucQueue< T >::Add(), XrdOucQueue< T >::Remove(), and XrdOucQueue< T >::XrdOucQueue().