OWLNext 6.32
Public Member Functions
owl::TOutStream Class Reference

#include <docview.h>

Inheritance diagram for owl::TOutStream:
owl::TStream ocf::TStorageOutStream owl::TFileOutStream

List of all members.

Public Member Functions

 TOutStream (TDocument &doc, LPCTSTR name, int mode)

Detailed Description

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


Constructor & Destructor Documentation

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.


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