35 #ifndef threadedCollatedOFstream_H 36 #define threadedCollatedOFstream_H 45 class OFstreamCollator;
63 const bool useThread_;
78 const bool useThread =
true ~threadedCollatedOFstream()
Destructor.
A class for handling file names.
Master-only drop-in replacement for OFstream.
versionNumber version() const
Return the stream version.
threadedCollatedOFstream(OFstreamCollator &, const fileName &filePath, streamFormat format=ASCII, versionNumber version=currentVersion, compressionType compression=UNCOMPRESSED, const bool useThread=true)
Construct and set stream status.
streamFormat
Enumeration for the format of data in the stream.
streamFormat format() const
Return current stream format.
compressionType
Enumeration for the format of data in the stream.
compressionType compression() const
Return the stream compression.
static const versionNumber currentVersion
Current version number.
Output to memory buffer stream.