Gromacs
2018.8
|
#include <cstdio>
Helper functionality for information about the currently running binary.
Classes | |
class | gmx::BinaryInformationSettings |
Settings for printBinaryInformation(). More... | |
Functions | |
void | gmx::printBinaryInformation (FILE *fp, const IProgramContext &programContext) |
Print basic information about the executable. More... | |
void | gmx::printBinaryInformation (FILE *fp, const IProgramContext &programContext, const BinaryInformationSettings &settings) |
Print basic information about the executable with custom settings. More... | |
void | gmx::printBinaryInformation (TextWriter *writer, const IProgramContext &programContext, const BinaryInformationSettings &settings) |
Print basic information about the executable with custom settings. More... | |