|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include <gromacs/commandline/cmdlinemodulesettings.h>
Settings to pass information between a module and the general runner.
Methods in this class do not throw, except that construction may throw std::bad_alloc.
Public Member Functions | |
| CommandLineModuleSettings (CommandLineModuleSettings &&old) noexcept | |
| Move constructor. | |
| CommandLineModuleSettings & | operator= (CommandLineModuleSettings &&other) |
| Move assignment. | |
| int | defaultNiceLevel () const |
| Returns the default nice level for this module. | |
| void | setDefaultNiceLevel (int niceLevel) |
| Sets the default nice level for this module. More... | |
| FILE * | outputStream () const |
| Returns the output stream (by default, stdout) | |
| void | setOutputStream (FILE *stream) |
| Set the output stream. | |
| void gmx::CommandLineModuleSettings::setDefaultNiceLevel | ( | int | niceLevel | ) |
Sets the default nice level for this module.
If not called, the module will be niced.
1.8.5