![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Node to store write stream information Contains relative path and reference to output stream. More...
#include <DE_Provider.hxx>
Public Member Functions | |
| WriteStreamNode (const TCollection_AsciiString &thePath, Standard_OStream &theStream) | |
| Constructor. | |
Data Fields | |
| TCollection_AsciiString | Path |
| Relative path to the output file. | |
| Standard_OStream & | Stream |
| Reference to output stream. | |
Node to store write stream information Contains relative path and reference to output stream.
|
inline |
Constructor.
| TCollection_AsciiString DE_Provider::WriteStreamNode::Path |
Relative path to the output file.
| Standard_OStream& DE_Provider::WriteStreamNode::Stream |
Reference to output stream.