Pol
Revision:cb584c9
|
#include <xbuffer.h>
Public Attributes | |
unsigned char | data [1] |
unsigned short | lenleft |
XmitBuffer * | next |
unsigned short | nsent |
unsigned char Pol::Core::XmitBuffer::data[1] |
Definition at line 24 of file xbuffer.h.
Referenced by Pol::Network::Client::queue_data(), and Pol::Network::Client::send_queued_data().
unsigned short Pol::Core::XmitBuffer::lenleft |
Definition at line 23 of file xbuffer.h.
Referenced by Pol::Network::Client::estimatedSize(), Pol::Network::Client::queue_data(), and Pol::Network::Client::send_queued_data().
XmitBuffer* Pol::Core::XmitBuffer::next |
Definition at line 21 of file xbuffer.h.
Referenced by Pol::Network::Client::estimatedSize(), Pol::Network::Client::PreDelete(), Pol::Network::Client::queue_data(), and Pol::Network::Client::send_queued_data().
unsigned short Pol::Core::XmitBuffer::nsent |
Definition at line 22 of file xbuffer.h.
Referenced by Pol::Network::Client::queue_data(), and Pol::Network::Client::send_queued_data().