#include <XrdOucChain.hh>
Public Member Functions | |
XrdOucQSItem (T *item) | |
~XrdOucQSItem () | |
Public Attributes | |
XrdOucQSItem< T > * | nextelem |
T * | dataitem |
Definition at line 16 of file XrdOucChain.hh.
XrdOucQSItem< T >::XrdOucQSItem | ( | T * | item | ) | [inline] |
Definition at line 21 of file XrdOucChain.hh.
XrdOucQSItem< T >::~XrdOucQSItem | ( | ) | [inline] |
Definition at line 22 of file XrdOucChain.hh.
XrdOucQSItem<T>* XrdOucQSItem< T >::nextelem |
Definition at line 19 of file XrdOucChain.hh.
Referenced by XrdOucQueue< T >::Add(), XrdOucStack< XrdNetBuffer >::Pop(), XrdOucStack< XrdNetBuffer >::Push(), and XrdOucQSItem< XrdNetBuffer >::XrdOucQSItem().
T* XrdOucQSItem< T >::dataitem |
Definition at line 20 of file XrdOucChain.hh.
Referenced by XrdOucStack< XrdNetBuffer >::Pop(), XrdOucQueue< T >::Remove(), and XrdOucQSItem< XrdNetBuffer >::XrdOucQSItem().