|
xrootd
|
#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::~XrdOucQueue | ( | ) | [inline] |
| void XrdOucQueue::Add | ( | XrdOucQSItem< T > * | item | ) | [inline] |
References XrdOucQSItem::nextelem, lastelem, and anchor.
| int XrdOucQueue::isEmpty | ( | ) | [inline] |
References anchor.
| T* XrdOucQueue::Remove | ( | ) | [inline] |
References anchor, XrdOucQSItem::nextelem, lastelem, and XrdOucQSItem::dataitem.
XrdOucQSItem<T>* XrdOucQueue::anchor [private] |
Referenced by Add(), isEmpty(), Remove(), and XrdOucQueue().
XrdOucQSItem<T>* XrdOucQueue::lastelem [private] |
Referenced by Add(), Remove(), and XrdOucQueue().
1.7.5