Home | C-Bits Package Documentation | Project Page |
#include <sockstreambuf.h>
Collaboration diagram for cbits::sockstreambuf:
Public Methods | |
sockstreambuf () | |
sockstreambuf (const socket_t h) | |
sockstreambuf (Socket *s) | |
void | set_handle (const socket_t h) |
~sockstreambuf () | |
Protected Methods | |
virtual int | underflow () |
virtual int | overflow (int c=EOF) |
Private Attributes | |
socket_t | _h |
Socket * | _sock |
char * | _rbuf |
char | _charbuf [1] |
Static Private Attributes | |
const int | DFLT_BUF_SIZE = 1024 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|