Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWPortalStreambuf


streambuf RWPortalStreambuf RWPortal

Module

Networking Tools: Network Communication Classes (net library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/portstrm.h>

Required Libraries

net, tls (and possibly std)

Description

An RWPortalStreambuf is a streambuf that uses an RWPortal as its source and sink of bytes. It is used by RWPortalIStream and RWPortalOStream.

Public Constructor

RWPortalStreambuf();
RWPortalStreambuf(const RWPortal& p);

Public Member Functions

virtual int
overflow(int = EOF);
void 
setPortal(const RWPortal& p);
virtual int
sync();
virtual int
underflow();


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.