|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Derived from TStream and ostream, TOutStream is a base class used to create output storage streams for a document. More...
#include <owl/docview.h>
Public Member Functions | |
| TOutStream (TDocument &doc, LPCTSTR name, int mode) | |
| Constructs a TOutStream object. | |
Public Member Functions inherited from owl::TStream | |
| TDocument & | GetDocument () |
| 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 | |
| TDocument & | Doc |
| Stores the document that owns this stream. | |
| TStream * | NextStream |
| Points to the next stream in the list of active streams. | |
Derived from TStream and ostream, TOutStream is a base class used to create output storage streams for a document.
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.