|
psocksxx
1.1.1
|
Output controller class for socket streams. More...
#include <osockstream.h>
Public Member Functions | |
| osockstream (sockstreambuf *ssb) throw () | |
| constructor More... | |
| virtual | ~osockstream () throw () |
| destructor | |
Public Member Functions inherited from psocksxx::iosocks | |
| virtual | ~iosocks () throw () |
| destructor More... | |
| bool | timedout () const throw () |
| get the timed-out status flag value More... | |
| const timeval * | timeout (time_t sec, suseconds_t usec) throw () |
| set the timeout value for stream communications More... | |
| void * | clear_timeout () throw () |
| clear the timeout value More... | |
Additional Inherited Members | |
Protected Member Functions inherited from psocksxx::iosocks | |
| iosocks () throw () | |
| empty default constructor More... | |
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