![]() |
ROOT
6.06/08
Reference Guide
|
Definition at line 254 of file TXSocket.h.
Public Member Functions | |
| TXSockBuf (Char_t *bp=0, Int_t sz=0, Bool_t own=1) | |
| constructor More... | |
| ~TXSockBuf () | |
| destructor More... | |
| void | Resize (Int_t sz) |
| resize socket buffer More... | |
Static Public Member Functions | |
| static Long64_t | BuffMem () |
| Return the currently allocated memory. More... | |
| static Long64_t | GetMemMax () |
| Return the max allocated memory allowed. More... | |
| static void | SetMemMax (Long64_t memmax) |
| Return the max allocated memory allowed. More... | |
Public Attributes | |
| Int_t | fSiz |
| Int_t | fLen |
| Char_t * | fBuf |
| Bool_t | fOwn |
| Int_t | fCid |
Private Attributes | |
| Char_t * | fMem |
Static Private Attributes | |
| static Long64_t | fgBuffMem = 0 |
| static Long64_t | fgMemMax = 10485760 |
#include <TXSocket.h>
constructor
Definition at line 2187 of file TXSocket.cxx.
| TXSockBuf::~TXSockBuf | ( | ) |
destructor
Definition at line 2199 of file TXSocket.cxx.
|
static |
Return the currently allocated memory.
Definition at line 2230 of file TXSocket.cxx.
Referenced by TXSocket::PushBackSpare().
|
static |
Return the max allocated memory allowed.
Definition at line 2238 of file TXSocket.cxx.
Referenced by TXSocket::PushBackSpare().
resize socket buffer
Definition at line 2210 of file TXSocket.cxx.
Referenced by TXSocket::PopUpSpare().
Return the max allocated memory allowed.
Definition at line 2246 of file TXSocket.cxx.
| Char_t* TXSockBuf::fBuf |
Definition at line 258 of file TXSocket.h.
Referenced by TXSocket::PostMsg(), TXSocket::ProcessUnsolicitedMsg(), and TXSocket::RecvRaw().
| Int_t TXSockBuf::fCid |
Definition at line 260 of file TXSocket.h.
Referenced by TXSocket::PickUpReady(), and TXSocket::ProcessUnsolicitedMsg().
|
staticprivate |
Definition at line 273 of file TXSocket.h.
Referenced by TXSocket::DoError().
|
staticprivate |
Definition at line 274 of file TXSocket.h.
Referenced by TXSocket::DoError().
| Int_t TXSockBuf::fLen |
Definition at line 257 of file TXSocket.h.
Referenced by TXSocket::PickUpReady(), TXSocket::PostMsg(), and TXSocket::ProcessUnsolicitedMsg().
|
private |
Definition at line 272 of file TXSocket.h.
| Bool_t TXSockBuf::fOwn |
Definition at line 259 of file TXSocket.h.
| Int_t TXSockBuf::fSiz |
Definition at line 256 of file TXSocket.h.
Referenced by TXSocket::PopUpSpare(), and TXSocket::PushBackSpare().