#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 |
XrdOucQueue< T >::XrdOucQueue | ( | ) | [inline] |
XrdOucQueue< T >::~XrdOucQueue | ( | ) | [inline] |
void XrdOucQueue< T >::Add | ( | XrdOucQSItem< T > * | item | ) | [inline] |
int XrdOucQueue< T >::isEmpty | ( | ) | [inline] |
T* XrdOucQueue< T >::Remove | ( | ) | [inline] |
XrdOucQSItem<T>* XrdOucQueue< T >::anchor [private] |
XrdOucQSItem<T>* XrdOucQueue< T >::lastelem [private] |