Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

iopstream Class Reference

The base class for simultaneous writing and reading streamable objects to and from streams. More...

#include <tobjstrm.h>

Inheritance diagram for iopstream::

ipstream opstream pstream pstream fpstream List of all members.

Public Methods

 iopstream (streambuf *buf)
 ~iopstream ()

Protected Methods

 iopstream ()

Detailed Description

Class iopstream is a simple "mix" of its bases, opstream and ipstream. It provides the base class for simultaneous writing and reading streamable objects.

Definition at line 921 of file tobjstrm.h.


Constructor & Destructor Documentation

iopstream::iopstream ( streambuf * buf )
 

Creates a buffered iopstream with the given buffer and sets the bp data member to `buf'. The state data member is set to 0.

iopstream::~iopstream ( )
 

Destroys the iopstream object.

iopstream::iopstream ( ) [protected]
 

Undocumented.


The documentation for this class was generated from the following file:
Generated at Sat Sep 22 20:19:27 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001