xrootd
|
#include <XrdOucNList.hh>
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 |
XrdOucNList::XrdOucNList | ( | const char * | name = "" , |
int | nvals = 0 |
||
) |
XrdOucNList::~XrdOucNList | ( | ) | [inline] |
References nameL.
int XrdOucNList::Flag | ( | ) | [inline] |
References flags.
int XrdOucNList::NameOK | ( | const char * | pd, |
const int | pl | ||
) |
References nameL, namelenL, namelenR, and nameR.
Referenced by XrdOucNList_Anchor::Find().
XrdOucNList* XrdOucNList::Next | ( | ) | [inline] |
References next.
void XrdOucNList::Set | ( | int | fval | ) | [inline] |
References flags.
Referenced by XrdOucNList_Anchor::Replace().
friend class XrdOucNList_Anchor [friend] |
int XrdOucNList::flags [private] |
Referenced by Flag(), XrdOucNList_Anchor::Replace(), Set(), and XrdOucNList().
char* XrdOucNList::nameL [private] |
Referenced by NameOK(), XrdOucNList_Anchor::Replace(), XrdOucNList(), and ~XrdOucNList().
int XrdOucNList::namelenL [private] |
Referenced by NameOK(), XrdOucNList_Anchor::Replace(), and XrdOucNList().
int XrdOucNList::namelenR [private] |
Referenced by NameOK(), XrdOucNList_Anchor::Replace(), and XrdOucNList().
char* XrdOucNList::nameR [private] |
Referenced by NameOK(), XrdOucNList_Anchor::Replace(), and XrdOucNList().
XrdOucNList* XrdOucNList::next [private] |
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().