#include <XrdOucChain.hh>
Public Member Functions | |
int | isEmpty () |
T * | Pop () |
void | Push (XrdOucQSItem< T > *item) |
XrdOucStack () | |
~XrdOucStack () | |
Private Attributes | |
XrdOucQSItem< T > * | anchor |
XrdOucStack< T >::XrdOucStack | ( | ) | [inline] |
XrdOucStack< T >::~XrdOucStack | ( | ) | [inline] |
int XrdOucStack< T >::isEmpty | ( | ) | [inline] |
T* XrdOucStack< T >::Pop | ( | ) | [inline] |
void XrdOucStack< T >::Push | ( | XrdOucQSItem< T > * | item | ) | [inline] |
XrdOucQSItem<T>* XrdOucStack< T >::anchor [private] |