Gromacs
2024.4
|
Implements the redirector returned by defaultFileOutputRedirector().
Does not redirect anything, but instead opens the files exactly as requested.
Public Member Functions | |
TextOutputStream & | standardOutput () override |
Returns a stream to use for stdout output. | |
TextOutputStreamPointer | openTextOutputFile (const std::filesystem::path &filename) override |
Returns a stream to use for output to a file at a given path. More... | |
|
inlineoverridevirtual |
Returns a stream to use for output to a file at a given path.
[in] | filename | Requested file name. |
Implements gmx::IFileOutputRedirector.