|
Gromacs
2026.1
|
Classes | |
| class | ObsoleteToolModule |
| Command line module that provides information about obsolescence. More... | |
Functions | |
| void | initSettingsNoNice (gmx::CommandLineModuleSettings *settings) |
| Initializer for a module that defaults to nice level zero. | |
| void | registerModule (gmx::CommandLineModuleManager *manager, gmx::CommandLineModuleManager::CMainFunction mainFunction, const char *name, const char *shortDescription) |
| Convenience function for creating and registering a module. More... | |
| void | registerModuleNoNice (gmx::CommandLineModuleManager *manager, gmx::CommandLineModuleManager::CMainFunction mainFunction, const char *name, const char *shortDescription) |
| Convenience function for creating and registering a module that defaults to -nice 0. More... | |
| void | registerObsoleteTool (gmx::CommandLineModuleManager *manager, const char *name) |
| Convenience function for registering a module for an obsolete tool. More... | |
| void anonymous_namespace{legacymodules.cpp}::registerModule | ( | gmx::CommandLineModuleManager * | manager, |
| gmx::CommandLineModuleManager::CMainFunction | mainFunction, | ||
| const char * | name, | ||
| const char * | shortDescription | ||
| ) |
Convenience function for creating and registering a module.
| [in] | manager | Module manager to which to register the module. |
| [in] | mainFunction | Main function to wrap. |
| [in] | name | Name for the new module. |
| [in] | shortDescription | One-line description for the new module. |
| void anonymous_namespace{legacymodules.cpp}::registerModuleNoNice | ( | gmx::CommandLineModuleManager * | manager, |
| gmx::CommandLineModuleManager::CMainFunction | mainFunction, | ||
| const char * | name, | ||
| const char * | shortDescription | ||
| ) |
Convenience function for creating and registering a module that defaults to -nice 0.
| [in] | manager | Module manager to which to register the module. |
| [in] | mainFunction | Main function to wrap. |
| [in] | name | Name for the new module. |
| [in] | shortDescription | One-line description for the new module. |
| void anonymous_namespace{legacymodules.cpp}::registerObsoleteTool | ( | gmx::CommandLineModuleManager * | manager, |
| const char * | name | ||
| ) |
Convenience function for registering a module for an obsolete tool.
| [in] | manager | Module manager to which to register the module. |
| [in] | name | Name for the obsolete tool. |
1.8.5