SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Provides a std::basic_istream that uses an RWPortal as its source of bytes. More...
#include <rw/network/RWTPortalIStream.h>
Public Member Functions | |
RWTPortalIStream () | |
RWTPortalIStream (const RWPortal &) | |
Public Member Functions inherited from RWTPortalStreamBase< charT, traits > | |
RWTPortalStreamBase () | |
RWTPortalStreamBase (const RWPortal &) | |
void | attach (const RWPortal &p, bool force=false) |
void | detach (bool force=false) |
RWTPortalIStream provides a std::basic_istream that uses an RWPortal as its source of bytes. The RWPortal associated with this class can be attached to any of the communications channels supported by SourcePro Net.
RWTPortalIStream< charT, traits >::RWTPortalIStream | ( | ) |
Constructs a portal input stream from a portal.
RWTPortalIStream< charT, traits >::RWTPortalIStream | ( | const RWPortal & | ) |
Constructs a portal input stream from a portal.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |