35 #ifndef masterOFstream_H
36 #define masterOFstream_H
68 void checkWrite(
const fileName& fName,
const string&
str);
82 const bool append =
false,
83 const bool write =
true
static const versionNumber currentVersion
Current version number.
streamFormat format() const
Return current stream format.
streamFormat
Enumeration for the format of data in the stream.
versionNumber version() const
Return the stream version.
compressionType compression() const
Return the stream compression.
compressionType
Enumeration for the format of data in the stream.
virtual Ostream & write(const char)
Write character.
Output to memory buffer stream.
string str() const
Return the string.
A class for handling file names.
Master-only drop-in replacement for OFstream.
masterOFstream(const fileName &filePath, streamFormat format=ASCII, versionNumber version=currentVersion, compressionType compression=UNCOMPRESSED, const bool append=false, const bool write=true)
Construct and set stream status.
~masterOFstream()
Destructor.