#include <XrdOucNList.hh>
Inheritance diagram for XrdOucNList:

Public Member Functions | |
| int | Flag () |
| XrdOucNList * | Next () |
| int | NameOK (const char *pd, const int pl) |
| int | NameOK (const char *pd) |
| void | Set (int fval) |
| XrdOucNList (const char *name="", int nvals=0) | |
| ~XrdOucNList () | |
Private Attributes | |
| XrdOucNList * | next |
| int | namelenL |
| char * | nameL |
| int | namelenR |
| char * | nameR |
| int | flags |
Friends | |
| class | XrdOucNList_Anchor |
Definition at line 23 of file XrdOucNList.hh.
| XrdOucNList::XrdOucNList | ( | const char * | name = "", |
|
| int | nvals = 0 | |||
| ) |
Definition at line 22 of file XrdOucNList.cc.
References flags, nameL, namelenL, namelenR, nameR, and next.
Referenced by XrdOucNList_Anchor::Replace().
| XrdOucNList::~XrdOucNList | ( | ) | [inline] |
| int XrdOucNList::Flag | ( | ) | [inline] |
| XrdOucNList* XrdOucNList::Next | ( | ) | [inline] |
| int XrdOucNList::NameOK | ( | const char * | pd, | |
| const int | pl | |||
| ) |
| int XrdOucNList::NameOK | ( | const char * | pd | ) | [inline] |
| void XrdOucNList::Set | ( | int | fval | ) | [inline] |
Definition at line 34 of file XrdOucNList.hh.
References flags.
Referenced by XrdOucNList_Anchor::Replace().
friend class XrdOucNList_Anchor [friend] |
Definition at line 41 of file XrdOucNList.hh.
XrdOucNList* XrdOucNList::next [private] |
Definition at line 45 of file XrdOucNList.hh.
Referenced by XrdOucNList_Anchor::Empty(), XrdOucNList_Anchor::Find(), XrdOucNList_Anchor::First(), XrdOucNList_Anchor::Insert(), Next(), XrdOucNList_Anchor::NotEmpty(), XrdOucNList_Anchor::Pop(), XrdOucNList_Anchor::Replace(), XrdOucNList_Anchor::Swap(), XrdOucNList(), and XrdOucNList_Anchor::Zorch().
int XrdOucNList::namelenL [private] |
Definition at line 46 of file XrdOucNList.hh.
Referenced by NameOK(), XrdOucNList_Anchor::Replace(), and XrdOucNList().
char* XrdOucNList::nameL [private] |
Definition at line 47 of file XrdOucNList.hh.
Referenced by NameOK(), XrdOucNList_Anchor::Replace(), XrdOucNList(), and ~XrdOucNList().
int XrdOucNList::namelenR [private] |
Definition at line 48 of file XrdOucNList.hh.
Referenced by NameOK(), XrdOucNList_Anchor::Replace(), and XrdOucNList().
char* XrdOucNList::nameR [private] |
Definition at line 49 of file XrdOucNList.hh.
Referenced by NameOK(), XrdOucNList_Anchor::Replace(), and XrdOucNList().
int XrdOucNList::flags [private] |
Definition at line 50 of file XrdOucNList.hh.
Referenced by Flag(), XrdOucNList_Anchor::Replace(), Set(), and XrdOucNList().
1.5.1