SourcePro® 2024.1 |
SourcePro® API Reference Guide |
Provides a std::basic_ostream that uses an RWPortal as its sink of bytes. More...
#include <rw/network/RWTPortalOStream.h>
Public Member Functions | |
RWTPortalOStream () | |
RWTPortalOStream (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) |
RWTPortalOStream provides a std::basic_ostream that uses an RWPortal as its sink of bytes. The RWPortal associated with this class can be attached to any of the communications channels supported by SourcePro Net.
RWTPortalOStream< charT, traits >::RWTPortalOStream | ( | ) |
Constructs a portal output stream from a portal.
RWTPortalOStream< charT, traits >::RWTPortalOStream | ( | const RWPortal & | ) |
Constructs a portal output stream from a portal.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |