ROOT
6.06/09
Reference Guide
|
Definition at line 177 of file XrdProofdAux.h.
Public Member Functions | |
XpdMsg (const char *buf=0) | |
virtual | ~XpdMsg () |
const char * | Buf () const |
int | Init (const char *buf) |
Init from buffer. More... | |
void | Reset () |
int | Get (int &i) |
Get next token and interpret it as an int. More... | |
int | Get (XrdOucString &s) |
Get next token. More... | |
int | Get (void **p) |
Get next token and interpret it as a pointer. More... | |
int | Type () const |
Private Attributes | |
int | fType |
XrdOucString | fBuf |
int | fFrom |
#include <XrdProofdAux.h>
|
inline |
Definition at line 182 of file XrdProofdAux.h.
|
inlinevirtual |
Definition at line 183 of file XrdProofdAux.h.
|
inline |
Definition at line 185 of file XrdProofdAux.h.
Referenced by XrdProofdAdmin::CpFile(), XrdProofdProofServMgr::Create(), XrdProofdAdmin::ExecCmd(), XrdProofdAdmin::GetFile(), XrdProofdAdmin::PutFile(), XrdProofdPriorityCron(), and XrdProofdProofServCron().
int XpdMsg::Get | ( | int & | i | ) |
Get next token and interpret it as an int.
Definition at line 1884 of file XrdProofdAux.cxx.
Referenced by XrdProofdPriorityCron(), and XrdProofdProofServCron().
int XpdMsg::Get | ( | XrdOucString & | s | ) |
Get next token.
Definition at line 1907 of file XrdProofdAux.cxx.
int XpdMsg::Get | ( | void ** | p | ) |
Get next token and interpret it as a pointer.
Definition at line 1925 of file XrdProofdAux.cxx.
int XpdMsg::Init | ( | const char * | buf | ) |
Init from buffer.
Definition at line 1843 of file XrdProofdAux.cxx.
Referenced by XrdProofdPipe::Recv(), and XpdMsg().
Definition at line 188 of file XrdProofdAux.h.
|
inline |
Definition at line 194 of file XrdProofdAux.h.
Referenced by XrdProofdAdmin::CpFile(), XrdProofdProofServMgr::Create(), XrdProofdAdmin::ExecCmd(), XrdProofdAdmin::GetFile(), XrdProofdAdmin::PutFile(), XrdProofdClientCron(), XrdProofdPriorityCron(), XrdProofdProofServCron(), and XrdProofSchedCron().
|
private |
Definition at line 179 of file XrdProofdAux.h.
|
private |
Definition at line 180 of file XrdProofdAux.h.
|
private |
Definition at line 178 of file XrdProofdAux.h.