![]() |
|
Public Member Functions | |
prefixOSstream (ostream &os, const string &name, streamFormat format=ASCII, versionNumber version=currentVersion, compressionType compression=UNCOMPRESSED) | |
Set stream status. | |
const string & | prefix () const |
Return the prefix of the stream. | |
string & | prefix () |
Return non-const access to the prefix of the stream. | |
virtual Ostream & | write (const token &) |
Write next token to stream. | |
virtual Ostream & | write (const char) |
Write character. | |
virtual Ostream & | write (const char *) |
Write character string. | |
virtual Ostream & | write (const word &) |
Write word. | |
virtual Ostream & | write (const string &) |
Write string. | |
virtual Ostream & | write (const label) |
Write label. | |
virtual Ostream & | write (const floatScalar) |
Write floatScalar. | |
virtual Ostream & | write (const doubleScalar) |
Write doubleScalar. | |
virtual Ostream & | write (const char *, std::streamsize) |
Write binary block. | |
virtual void | indent () |
Add indentation characters. | |
virtual void | print (Ostream &) const |
Print description of IOstream to Ostream. |
|
Set stream status.
|
|
Add indentation characters.
Reimplemented from OSstream. |
|
Return non-const access to the prefix of the stream.
Definition at line 101 of file prefixOSstream.H. |
|
Return the prefix of the stream.
Definition at line 95 of file prefixOSstream.H. |
|
Print description of IOstream to Ostream.
Reimplemented from OSstream. |
|
Write binary block.
Reimplemented from OSstream. |
|
Write doubleScalar.
Reimplemented from OSstream. |
|
Write floatScalar.
Reimplemented from OSstream. |
|
Write label.
Reimplemented from OSstream. |
|
Write string.
Reimplemented from OSstream. |
|
Write word.
Reimplemented from OSstream. |
|
Write character string.
Reimplemented from OSstream. |
|
Write character.
Reimplemented from OSstream. |
|
Write next token to stream.
Reimplemented from OSstream. |