#include <socket.h>
Inheritance diagram for IOStreamSocket:
Public Member Functions | |
Constructors and Destructors | |
IOStreamSocket (const SocketBuf &sb) throw (Exception::NullPointer) | |
IOStreamSocket (SocketBuf::type ty=SocketBuf::sock_stream, int proto=0) throw (Exception::NullPointer) | |
virtual | ~IOStreamSocket () throw () |
Destructor. | |
Miscellaneous | |
SockInetBuf * | rdbuf () |
SockInetBuf * | operator-> () |