|
psocksxx 1.1.1
|
Output controller class for socket streams. More...
#include <osockstream.h>
Public Member Functions | |
| osockstream (sockstreambuf *ssb) throw () | |
| constructor | |
| virtual | ~osockstream () throw () |
| destructor | |
| Public Member Functions inherited from psocksxx::iosocks | |
| virtual | ~iosocks () throw () |
| destructor | |
| bool | timedout () const throw () |
| get the timed-out status flag value | |
| const timeval * | timeout (time_t sec, suseconds_t usec) throw () |
| set the timeout value for stream communications | |
| void * | clear_timeout () throw () |
| clear the timeout value | |
Additional Inherited Members | |
| Protected Member Functions inherited from psocksxx::iosocks | |
| iosocks () throw () | |
| empty default constructor | |
Output controller class for socket streams.
This class acts as an interface for sendding outputs to a psocksxx::sockstreambuf class
| psocksxx::osockstream::osockstream | ( | sockstreambuf * | ssb | ) | ||
| throw | ( | ) | ||||
constructor
| ssb | socket stream buffer |
Create and output socket stream controller instance