Gromacs
2016.6
|
Implements the redirector returned by defaultFileOutputRedirector().
Does not redirect anything, but instead opens the files exactly as requested.
Public Member Functions | |
virtual TextOutputStream & | standardOutput () |
Returns a stream to use for stdout output. | |
virtual TextOutputStreamPointer | openTextOutputFile (const char *filename) |
Returns a stream to use for output to a file at a given path. More... | |
Public Member Functions inherited from gmx::IFileOutputRedirector | |
TextOutputStreamPointer | openTextOutputFile (const std::string &filename) |
Convenience method to open a stream using an std::string path. | |
|
inlinevirtual |
Returns a stream to use for output to a file at a given path.
[in] | filename | Requested file name. |
Implements gmx::IFileOutputRedirector.