xrootd
Public Member Functions | Private Attributes | Friends

XrdObject< T > Class Template Reference

#include <XrdObject.hh>

List of all members.

Public Member Functions

T * objectItem ()
XrdObject< T > * nextObject ()
void setItem (T *ival)
 XrdObject (T *ival=0)
 ~XrdObject ()

Private Attributes

XrdObject< T > * Next
T * Item
time_t QTime

Friends

class XrdObjectQ< T >

template<class T>
class XrdObject< T >


Constructor & Destructor Documentation

template<class T>
XrdObject< T >::XrdObject ( T *  ival = 0) [inline]
template<class T>
XrdObject< T >::~XrdObject ( ) [inline]

Member Function Documentation

template<class T>
XrdObject<T>* XrdObject< T >::nextObject ( ) [inline]
template<class T>
T* XrdObject< T >::objectItem ( ) [inline]
template<class T>
void XrdObject< T >::setItem ( T *  ival) [inline]

Friends And Related Function Documentation

template<class T>
friend class XrdObjectQ< T > [friend]

Member Data Documentation

template<class T>
T* XrdObject< T >::Item [private]
template<class T>
XrdObject<T>* XrdObject< T >::Next [private]
template<class T>
time_t XrdObject< T >::QTime [private]

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