Gromacs
2026.0-dev-20250623-2b0916a
|
Declares gmx::ICommandLineModule and supporting classes.
Classes | |
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... | |