OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TOutStream Class Reference

Derived from TStream and ostream, TOutStream is a base class used to create output storage streams for a document. More...

#include <owl/docview.h>

Inheritance diagram for owl::TOutStream:
owl::TStream

Public Member Functions

 TOutStream (TDocument &doc, LPCTSTR name, int mode)
 Constructs a TOutStream object.
 
- Public Member Functions inherited from owl::TStream
TDocumentGetDocument ()
 Returns the current document that is open for streaming.
 
 ~TStream ()
 Closes the stream.
 
int GetOpenMode ()
 Gets mode flags used when opening document streams.
 
LPCTSTR GetStreamName ()
 Gets the name of the stream used for opening the document.
 

Additional Inherited Members

- Protected Member Functions inherited from owl::TStream
 TStream (TDocument &doc, LPCTSTR name, int mode)
 Constructs a TStream object.
 
- Protected Attributes inherited from owl::TStream
TDocumentDoc
 Stores the document that owns this stream.
 
TStreamNextStream
 Points to the next stream in the list of active streams.
 

Detailed Description

Derived from TStream and ostream, TOutStream is a base class used to create output storage streams for a document.

Definition at line 605 of file docview.h.

Constructor & Destructor Documentation

◆ TOutStream()

owl::TOutStream::TOutStream ( TDocument & doc,
LPCTSTR name,
int mode )
inline

Constructs a TOutStream object.

'name' is the user-defined name of the stream and can be 0. Note: If 'name' is not null, the referenced string must outlive the object. No copy is made.

Definition at line 1279 of file docview.h.


The documentation for this class was generated from the following file: