Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
DE_Provider::ReadStreamNode Struct Reference

Node to store read stream information Contains relative path and reference to input stream. More...

#include <DE_Provider.hxx>

Public Member Functions

 ReadStreamNode (const TCollection_AsciiString &thePath, Standard_IStream &theStream)
 Constructor.
 

Data Fields

TCollection_AsciiString Path
 Relative path to the input file.
 
Standard_IStreamStream
 Reference to input stream.
 

Detailed Description

Node to store read stream information Contains relative path and reference to input stream.

Constructor & Destructor Documentation

◆ ReadStreamNode()

DE_Provider::ReadStreamNode::ReadStreamNode ( const TCollection_AsciiString & thePath,
Standard_IStream & theStream )
inline

Constructor.

Field Documentation

◆ Path

TCollection_AsciiString DE_Provider::ReadStreamNode::Path

Relative path to the input file.

◆ Stream

Standard_IStream& DE_Provider::ReadStreamNode::Stream

Reference to input stream.


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