|
OWLNext 6.32
|
#include <docview.h>
Public Member Functions | |
| TOutStream (TDocument &doc, LPCTSTR name, int mode) | |
Derived from TStream and ostream, TOutStream is a base class used to create output storage streams for a document.
| 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.
1.7.4