Gromacs
2020.1
|
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 char *filename) override |
Returns a stream to use for output to a file at a given path. More... | |
![]() | |
TextOutputStreamPointer | openTextOutputFile (const std::string &filename) |
Convenience method to open a stream using an std::string path. | |
|
inlineoverridevirtual |
Returns a stream to use for output to a file at a given path.
[in] | filename | Requested file name. |
Implements gmx::IFileOutputRedirector.