96 virtual ios_base::fmtflags
flags()
const;
120 const bool quoted=
true 148 virtual ios_base::fmtflags
flags(
const ios_base::fmtflags flags);
151 virtual void flush();
157 virtual int width()
const;
160 virtual int width(
const int);
A class for handling verbatimStrings, derived from string.
virtual const fileName & name() const
Return the name of the stream.
A class for handling file names.
virtual ios_base::fmtflags flags() const
Return flags of output stream.
virtual int precision() const
Get precision of output field.
virtual void endl()
Add newline and flush stream.
virtual Ostream & writeQuoted(const std::string &, const bool quoted=true)
Write std::string with optional double quotes.
virtual void indent()
Add indentation characters.
versionNumber version() const
Return the stream version.
OSstream(ostream &os, const string &name, streamFormat format=ASCII, versionNumber version=currentVersion, compressionType compression=UNCOMPRESSED)
Set stream status.
A class for handling words, derived from string.
virtual void flush()
Flush stream.
float floatScalar
Float precision floating point scalar type.
streamFormat
Enumeration for the format of data in the stream.
double doubleScalar
Double precision floating point scalar type.
streamFormat format() const
Return current stream format.
compressionType
Enumeration for the format of data in the stream.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual Ostream & write(const char)
Write character.
long double longDoubleScalar
Lang double precision floating point scalar type.
compressionType compression() const
Return the stream compression.
virtual ostream & stdStream()
Access to underlying std::ostream.
virtual int width() const
Get width of output field.
static const versionNumber currentVersion
Current version number.
virtual void print(Ostream &) const
Print description of IOstream to Ostream.
void operator=(const OSstream &)=delete
Disallow default bitwise assignment.