xrootd
|
#include <XrdObject.hh>
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 > |
T* XrdObject< T >::objectItem | ( | ) | [inline] |
void XrdObject< T >::setItem | ( | T * | ival | ) | [inline] |
friend class XrdObjectQ< T > [friend] |