![]() |
|
Public Member Functions | |
ClassName ("OFstream") | |
OFstream (const fileName &pathname, streamFormat format=ASCII, versionNumber version=currentVersion, compressionType compression=UNCOMPRESSED) | |
Construct from pathname. | |
~OFstream () | |
const fileName & | name () const |
Return the name of the stream. | |
fileName & | name () |
Return non-const access to the name of the stream. | |
void | print (Ostream &) const |
Print description of IOstream to Ostream. |
|
Construct from pathname.
|
|
|
|
|
|
Return non-const access to the name of the stream.
Reimplemented from OSstream. Definition at line 133 of file OFstream.H. |
|
Return the name of the stream.
Reimplemented from OSstream. Definition at line 127 of file OFstream.H. |
|
Print description of IOstream to Ostream.
Reimplemented from OSstream. |