Gromacs  2026.0-dev-20251119-5f0a571d
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
gmx::CommandLineModuleSettings Class Reference

#include <gromacs/commandline/cmdlinemodulesettings.h>

Description

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.
 
CommandLineModuleSettingsoperator= (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.
 

Member Function Documentation

void gmx::CommandLineModuleSettings::setDefaultNiceLevel ( int  niceLevel)

Sets the default nice level for this module.

If not called, the module will be niced.


The documentation for this class was generated from the following files: