Public Member Functions | Data Fields

BinarySocket::DataBlock Struct Reference

#include <sockets.h>

Public Member Functions

 DataBlock (const char *b, size_t l)
 ~DataBlock ()

Data Fields

char * orig
char * buf
size_t len

Detailed Description

Definition at line 315 of file sockets.h.


Constructor & Destructor Documentation

BinarySocket::DataBlock::DataBlock ( const char *  b,
size_t  l 
)

Definition at line 102 of file socket_transport.cpp.

References buf, len, and orig.

BinarySocket::DataBlock::~DataBlock (  ) 

Definition at line 109 of file socket_transport.cpp.

References orig.


Field Documentation

Definition at line 318 of file sockets.h.

Referenced by DataBlock(), and BinarySocket::ProcessWrite().

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().


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