Gromacs
2020.4
|
#include <memory>
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/unique_cptr.h"
Declares the MD log file handling routines.
Typedefs | |
using | gmx::LogFilePtr = std::unique_ptr< t_fileio, functor_wrapper< t_fileio, closeLogFile >> |
Simple guard pointer See unique_cptr for details. | |
Functions | |
void | gmx::closeLogFile (t_fileio *logfio) |
Close the log file. | |
LogFilePtr | gmx::openLogFile (const char *lognm, bool appendFiles) |
Open the log file for writing/appending. More... | |
void | gmx::prepareLogAppending (FILE *fplog) |
Prepare to use the open log file when appending. More... | |