![]() |
XRootD
|
#include <XrdOucTable.hh>
Classes | |
union | OucTable.__unnamed122__ |
Public Member Functions | |
XrdOucTable (int maxe) | |
~XrdOucTable () | |
int | Alloc () |
T * | Apply (int(*func)(T *, void *), void *Arg, int Start=0) |
void | Delete (const char *key) |
void | Delete (int Tnum) |
T * | Find (const char *key, int *Tnum=0) |
int | Insert (T *Item, const char *key=0, int Tnum=-1) |
T * | Item (int Tnum, char **ikey=0) |
int | Next (int &Tnum) |
T * | Remove (const char *key) |
T * | Remove (int Tnum) |
Definition at line 37 of file XrdOucTable.hh.
union XrdOucTable::OucTable.__unnamed122__ |
Definition at line 151 of file XrdOucTable.hh.
Class Members | ||
---|---|---|
int | Fnum | |
char * | Key |
|
inline |
Definition at line 41 of file XrdOucTable.hh.
|
inline |
Definition at line 49 of file XrdOucTable.hh.
|
inline |
Definition at line 54 of file XrdOucTable.hh.
Referenced by XrdOucTable< T >::Insert(), and XrdXrootdJob::Schedule().
|
inline |
Definition at line 67 of file XrdOucTable.hh.
References XrdOucTable< T >::Item().
|
inline |
Definition at line 83 of file XrdOucTable.hh.
References XrdOucTable< T >::Remove().
|
inline |
Definition at line 78 of file XrdOucTable.hh.
References XrdOucTable< T >::Remove().
|
inline |
Definition at line 93 of file XrdOucTable.hh.
References XrdOucTable< T >::Item().
Referenced by XrdXrootdJob::Cancel(), XrdOucTable< T >::Remove(), and XrdXrootdJob::Schedule().
|
inline |
Definition at line 105 of file XrdOucTable.hh.
References XrdOucTable< T >::Alloc(), and XrdOucTable< T >::Item().
Referenced by XrdXrootdJob::Schedule().
|
inline |
Definition at line 114 of file XrdOucTable.hh.
Referenced by XrdOucTable< T >::Apply(), XrdXrootdJob::Cancel(), XrdXrootdJob::DoIt(), XrdOucTable< T >::Find(), XrdOucTable< T >::Insert(), XrdXrootdJob::List(), XrdOucTable< T >::Next(), and XrdOucTable< T >::Remove().
|
inline |
Definition at line 123 of file XrdOucTable.hh.
References XrdOucTable< T >::Item().
Referenced by XrdXrootdJob::Cancel(), XrdXrootdJob::DoIt(), and XrdXrootdJob::List().
|
inline |
Definition at line 144 of file XrdOucTable.hh.
References XrdOucTable< T >::Find(), and XrdOucTable< T >::Remove().
|
inline |
Definition at line 132 of file XrdOucTable.hh.
References XrdOucTable< T >::Item().
Referenced by XrdOucTable< T >::Delete(), XrdXrootdJob2Do::DoIt(), and XrdOucTable< T >::Remove().