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

Derived from TStream and istream, TInStream is a base class used to define input streams for documents. More...

#include <owl/docview.h>

Inheritance diagram for owl::TInStream:
owl::TStream

Public Member Functions

 TInStream (TDocument &doc, LPCTSTR name, int mode)
 Constructs a TInStream 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 istream, TInStream is a base class used to define input streams for documents.

Definition at line 591 of file docview.h.

Constructor & Destructor Documentation

◆ TInStream()

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

Constructs a TInStream 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 1265 of file docview.h.


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