skstream
Public Member Functions | Private Member Functions
unix_socket_stream Class Reference

An iostream class that handles unix sockets. More...

#include <skstream_unix.h>

Inheritance diagram for unix_socket_stream:
stream_socket_stream basic_socket_stream basic_socket

List of all members.

Public Member Functions

 unix_socket_stream (SOCKET_TYPE socket)
 unix_socket_stream (const std::string &address, bool nonblock=false)
 unix_socket_stream (const std::string &address, unsigned int milliseconds)
 unix_socket_stream (unix_socket_stream &other, bool nonblock=false)
void open (const std::string &address, bool nonblock=false)
void open (const std::string &address, unsigned int milliseconds)
void open (unix_socket_stream &other, bool nonblock=false)
bool isReady (unsigned int milliseconds=0)

Private Member Functions

 unix_socket_stream (const unix_socket_stream &)
unix_socket_streamoperator= (const unix_socket_stream &socket)

Detailed Description

An iostream class that handles unix sockets.

This software package has been extensively modified by members of the Worldforge Project. See the file ChangeLog for details.

$Id$


The documentation for this class was generated from the following file: