xrootd
Loading...
Searching...
No Matches
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

◆ XrdOucQueue()

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

◆ ~XrdOucQueue()

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

Member Function Documentation

◆ Add()

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

◆ isEmpty()

template<class T >
int XrdOucQueue< T >::isEmpty ( )
inline

◆ Remove()

template<class T >
T * XrdOucQueue< T >::Remove ( )
inline

Member Data Documentation

◆ anchor

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

◆ lastelem

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

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