RWPortalStreamBaseRWPortalStreambufRWPortal
Networking Tools: Network Communication Classes (net library)
#include <rw/toolpro/portstrm.h>
net, tls (and possibly std)
This class provides functionality common to RWPortalIStream and RWPortalOStream.
RWPortalStreamBase(); RWPortalStreamBase(const RWPortal&);
Constructs a portal stream.
void attach(const RWPortal& p);
Sets the stream to use a portal to the same communications channel as p.
void detach();
Detaches the stream from the portal channel. If this is the last portal onto this communications channel, then the channel is closed.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.