xrootd
|
Public Member Functions | |
int | Pop (const char *vName) |
int | Push (const char *vName) |
void | Reset () |
const char * | Var () |
XrdMpxVar () | |
~XrdMpxVar () | |
Private Attributes | |
char * | vEnd |
char * | vFence |
char * | vStack [vMax+1] |
char | vBuff [1024] |
int | vNum |
Static Private Attributes | |
static const int | vMax = 15 |
XrdMpxVar::XrdMpxVar | ( | ) | [inline] |
XrdMpxVar::~XrdMpxVar | ( | ) | [inline] |
int XrdMpxVar::Pop | ( | const char * | vName | ) |
References XrdMpx::Debug.
Referenced by XrdMpxXml::Format().
int XrdMpxVar::Push | ( | const char * | vName | ) |
References XrdMpx::Debug.
Referenced by XrdMpxXml::Format().
void XrdMpxVar::Reset | ( | ) | [inline] |
const char* XrdMpxVar::Var | ( | ) | [inline] |
Referenced by XrdMpxXml::Format().
char XrdMpxVar::vBuff[1024] [private] |
char* XrdMpxVar::vEnd [private] |
char * XrdMpxVar::vFence [private] |
const int XrdMpxVar::vMax = 15 [static, private] |
int XrdMpxVar::vNum [private] |
char * XrdMpxVar::vStack[vMax+1] [private] |