xrootd
Public Member Functions | Private Attributes | List of all members
XrdOucQueue< T > Class Template Reference

#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
 

Constructor & Destructor Documentation

template<class T >
XrdOucQueue< T >::XrdOucQueue ( )
inline
template<class T >
XrdOucQueue< T >::~XrdOucQueue ( )
inline

Member Function Documentation

template<class T >
void XrdOucQueue< T >::Add ( XrdOucQSItem< T > *  item)
inline
template<class T >
int XrdOucQueue< T >::isEmpty ( )
inline
template<class T >
T* XrdOucQueue< T >::Remove ( )
inline

Member Data Documentation

template<class T >
XrdOucQSItem<T>* XrdOucQueue< T >::anchor
private
template<class T >
XrdOucQSItem<T>* XrdOucQueue< T >::lastelem
private

The documentation for this class was generated from the following file: