XRootD
XrdOucQSItem< T > Class Template Reference

#include <XrdOucChain.hh>

+ Collaboration diagram for XrdOucQSItem< T >:

Public Member Functions

 XrdOucQSItem (T *item)
 
 ~XrdOucQSItem ()
 

Public Attributes

T * dataitem
 
XrdOucQSItem< T > * nextelem
 

Detailed Description

template<class T>
class XrdOucQSItem< T >

Definition at line 34 of file XrdOucChain.hh.

Constructor & Destructor Documentation

◆ XrdOucQSItem()

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

Definition at line 39 of file XrdOucChain.hh.

39 {dataitem = item; nextelem = 0;}
XrdOucQSItem< T > * nextelem
Definition: XrdOucChain.hh:37

References XrdOucQSItem< T >::dataitem, and XrdOucQSItem< T >::nextelem.

◆ ~XrdOucQSItem()

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

Definition at line 40 of file XrdOucChain.hh.

40 {}

Member Data Documentation

◆ dataitem

template<class T >
T* XrdOucQSItem< T >::dataitem

◆ nextelem

template<class T >
XrdOucQSItem<T>* XrdOucQSItem< T >::nextelem

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