|
Gromacs
2025.3
|
#include <memory>
Include dependency graph for cmdlinemodule.h:
This graph shows which files directly or indirectly include this file:Declares gmx::ICommandLineModule and supporting classes.
Classes | |
| class | gmx::CommandLineModuleSettings |
| Settings to pass information between a module and the general runner. More... | |
| class | gmx::ICommandLineModule |
| Module that can be run from command line using CommandLineModuleManager. More... | |
Functions | |
| void | gmx::writeCommandLineHelpCMain (const CommandLineHelpContext &context, const char *name, int(*mainFunction)(int argc, char *argv[])) |
| Helper to implement ICommandLineModule::writeHelp() with a C-like main() function that calls parse_common_args(). More... | |
1.8.5