#include <XrdOucTable.hh>
Classes | |
| union | OucTable.__unnamed0__ |
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.__unnamed0__ |
Definition at line 153 of file XrdOucTable.hh.
| Class Members | ||
|---|---|---|
| int | Fnum | |
| char * | Key | |
|
inline |
|
inline |
Definition at line 49 of file XrdOucTable.hh.
|
inline |
|
inline |
Definition at line 67 of file XrdOucTable.hh.
References Item().
|
inline |
Definition at line 83 of file XrdOucTable.hh.
References Remove().
|
inline |
|
inline |
Definition at line 93 of file XrdOucTable.hh.
References Item().
Referenced by Remove().
|
inline |
Definition at line 105 of file XrdOucTable.hh.
References Alloc(), and Item().
|
inline |
|
inline |
|
inline |
Definition at line 146 of file XrdOucTable.hh.
References Find(), and Remove().
|
inline |