Logo ROOT  
Reference Guide
XpdMsg Class Reference

Definition at line 174 of file XrdProofdAux.h.

Public Member Functions

 XpdMsg (const char *buf=0)
 
virtual ~XpdMsg ()
 
const char * Buf () const
 
int Get (int &i)
 Get next token and interpret it as an int. More...
 
int Get (void **p)
 Get next token and interpret it as a pointer. More...
 
int Get (XrdOucString &s)
 Get next token. More...
 
int Init (const char *buf)
 Init from buffer. More...
 
void Reset ()
 
int Type () const
 

Private Attributes

XrdOucString fBuf
 
int fFrom
 
int fType
 

#include <XrdProofdAux.h>

Constructor & Destructor Documentation

◆ XpdMsg()

XpdMsg::XpdMsg ( const char *  buf = 0)
inline

Definition at line 179 of file XrdProofdAux.h.

◆ ~XpdMsg()

virtual XpdMsg::~XpdMsg ( )
inlinevirtual

Definition at line 180 of file XrdProofdAux.h.

Member Function Documentation

◆ Buf()

const char * XpdMsg::Buf ( ) const
inline

Definition at line 182 of file XrdProofdAux.h.

◆ Get() [1/3]

int XpdMsg::Get ( int &  i)

Get next token and interpret it as an int.

Definition at line 1886 of file XrdProofdAux.cxx.

◆ Get() [2/3]

int XpdMsg::Get ( void **  p)

Get next token and interpret it as a pointer.

Definition at line 1927 of file XrdProofdAux.cxx.

◆ Get() [3/3]

int XpdMsg::Get ( XrdOucString &  s)

Get next token.

Definition at line 1909 of file XrdProofdAux.cxx.

◆ Init()

int XpdMsg::Init ( const char *  buf)

Init from buffer.

Definition at line 1845 of file XrdProofdAux.cxx.

◆ Reset()

void XpdMsg::Reset ( void  )
inline

Definition at line 185 of file XrdProofdAux.h.

◆ Type()

int XpdMsg::Type ( ) const
inline

Definition at line 191 of file XrdProofdAux.h.

Member Data Documentation

◆ fBuf

XrdOucString XpdMsg::fBuf
private

Definition at line 176 of file XrdProofdAux.h.

◆ fFrom

int XpdMsg::fFrom
private

Definition at line 177 of file XrdProofdAux.h.

◆ fType

int XpdMsg::fType
private

Definition at line 175 of file XrdProofdAux.h.


The documentation for this class was generated from the following files: