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 |
Definition at line 57 of file XrdMpxStats.cc.
XrdMpxVar::XrdMpxVar | ( | ) | [inline] |
XrdMpxVar::~XrdMpxVar | ( | ) | [inline] |
Definition at line 70 of file XrdMpxStats.cc.
int XrdMpxVar::Pop | ( | const char * | vName | ) |
Definition at line 83 of file XrdMpxStats.cc.
References Debug, vBuff, vEnd, vNum, and vStack.
Referenced by XrdMpxXml::Format().
int XrdMpxVar::Push | ( | const char * | vName | ) |
void XrdMpxVar::Reset | ( | void | ) | [inline] |
Definition at line 65 of file XrdMpxStats.cc.
References vBuff, vEnd, and vNum.
Referenced by XrdMpxVar().
const char* XrdMpxVar::Var | ( | ) | [inline] |
const int XrdMpxVar::vMax = 15 [static, private] |
char* XrdMpxVar::vEnd [private] |
char * XrdMpxVar::vFence [private] |
char * XrdMpxVar::vStack[vMax+1] [private] |
char XrdMpxVar::vBuff[1024] [private] |
int XrdMpxVar::vNum [private] |