#include <sockets.h>
Public Member Functions | |
| DataBlock (const char *b, size_t l) | |
| ~DataBlock () | |
Data Fields | |
| char * | orig |
| char * | buf |
| size_t | len |
Definition at line 315 of file sockets.h.
| BinarySocket::DataBlock::DataBlock | ( | const char * | b, | |
| size_t | l | |||
| ) |
Definition at line 102 of file socket_transport.cpp.
| BinarySocket::DataBlock::~DataBlock | ( | ) |
Definition at line 109 of file socket_transport.cpp.
References orig.
Definition at line 318 of file sockets.h.
Referenced by DataBlock(), and BinarySocket::ProcessWrite().
| size_t BinarySocket::DataBlock::len |
Definition at line 319 of file sockets.h.
Referenced by DataBlock(), and BinarySocket::ProcessWrite().
Definition at line 317 of file sockets.h.
Referenced by DataBlock(), and ~DataBlock().
1.7.1