psocksxx
1.0.0
|
Input and Output controller class for socket streams. More...
#include <iosockstream.h>
Public Member Functions | |
iosockstream (sockstreambuf *ssb) throw () | |
constructor More... | |
virtual | ~iosockstream () throw () |
destructor | |
bool | timedout () const throw () |
get the timed-out status for this stream More... | |
![]() | |
isockstream (sockstreambuf *ssb) throw () | |
constructor More... | |
virtual | ~isockstream () throw () |
destructor | |
![]() | |
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... | |
![]() | |
osockstream (sockstreambuf *ssb) throw () | |
constructor More... | |
virtual | ~osockstream () throw () |
destructor | |
Additional Inherited Members | |
![]() | |
iosocks () throw () | |
empty default constructor More... | |
Input and Output controller class for socket streams.
This merges the two input and output controller classes to create a single interface for controlling both input and output socket streams.
|
inline |
constructor
ssb | socket stream buffer |
This constructor simply initialises the parent classes with the passed in socket stream buffer
|
inline |
get the timed-out status for this stream
true
if timed-out flag is set or false
otherwise.Returns the timed-out status.