#include <XrdXrootdXPath.hh>
Public Member Functions | |
XrdXrootdXPath * | Next () |
int | Opts () |
char * | Path () |
char * | Path (int &PLen) |
void | Set (int opts, const char *pathdata=0) |
void | Insert (const char *pd, int popt=0, int flags=XROOTDXP_OK) |
int | Validate (const char *pd, const int pl=0) |
XrdXrootdXPath (const char *pathdata="", int popt=0, int flags=XROOTDXP_OK) | |
~XrdXrootdXPath () | |
Private Attributes | |
XrdXrootdXPath * | next |
int | pathlen |
int | pathopt |
char * | path |
XrdXrootdXPath::XrdXrootdXPath | ( | const char * | pathdata = "" , |
|
int | popt = 0 , |
|||
int | flags = XROOTDXP_OK | |||
) | [inline] |
XrdXrootdXPath::~XrdXrootdXPath | ( | ) | [inline] |
References path.
void XrdXrootdXPath::Insert | ( | const char * | pd, | |
int | popt = 0 , |
|||
int | flags = XROOTDXP_OK | |||
) | [inline] |
References next, pathlen, XrdXrootdXPath(), and XROOTDXP_OK.
XrdXrootdXPath* XrdXrootdXPath::Next | ( | ) | [inline] |
References next.
int XrdXrootdXPath::Opts | ( | ) | [inline] |
References pathopt.
char* XrdXrootdXPath::Path | ( | ) | [inline] |
References path.
void XrdXrootdXPath::Set | ( | int | opts, | |
const char * | pathdata = 0 | |||
) | [inline] |
int XrdXrootdXPath::Validate | ( | const char * | pd, | |
const int | pl = 0 | |||
) | [inline] |
XrdXrootdXPath* XrdXrootdXPath::next [private] |
Referenced by Insert(), Next(), Validate(), and XrdXrootdXPath().
char* XrdXrootdXPath::path [private] |
Referenced by Path(), Set(), Validate(), XrdXrootdXPath(), and ~XrdXrootdXPath().
int XrdXrootdXPath::pathlen [private] |
Referenced by Insert(), Path(), Set(), Validate(), and XrdXrootdXPath().
int XrdXrootdXPath::pathopt [private] |
Referenced by Opts(), Set(), Validate(), and XrdXrootdXPath().