Gromacs  2026.0-dev-20250623-2b0916a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
+ This graph shows which files directly or indirectly include this file:

Description

Declares gmx::ICommandLineModule and supporting classes.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

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...