#include <XrdOucChain.hh>
Public Member Functions | |
| XrdOucQSItem (T *item) | |
| ~XrdOucQSItem () | |
Public Attributes | |
| T * | dataitem |
| XrdOucQSItem< T > * | nextelem |
Definition at line 34 of file XrdOucChain.hh.
|
inline |
Definition at line 39 of file XrdOucChain.hh.
|
inline |
Definition at line 40 of file XrdOucChain.hh.
| T* XrdOucQSItem< T >::dataitem |
Definition at line 38 of file XrdOucChain.hh.
Referenced by XrdOucQSItem(), XrdOucStack< T >::Pop(), and XrdOucQueue< T >::Remove().
| XrdOucQSItem<T>* XrdOucQSItem< T >::nextelem |
Definition at line 37 of file XrdOucChain.hh.
Referenced by XrdOucQSItem(), XrdOucQueue< T >::Add(), XrdOucStack< T >::Pop(), and XrdOucStack< T >::Push().