|
Gromacs
2023.4
|
#include <functional>#include <memory>#include "gromacs/commandline/cmdlinemodule.h"#include "gromacs/libgromacs_export.h"
Include dependency graph for cmdlineoptionsmodule.h:
This graph shows which files directly or indirectly include this file:Declares gmx::ICommandLineOptionsModule and supporting routines.
Classes | |
| class | gmx::ArrayRef< typename > |
| STL-like interface to a C array of T (or part of a std container of T). More... | |
| class | gmx::ICommandLineOptionsModuleSettings |
| Settings to pass information between a CommandLineOptionsModule and generic code that runs it. More... | |
| class | gmx::ICommandLineOptionsModule |
| Module that can be run from a command line and uses gmx::Options for argument processing. More... | |
Typedefs | |
|
typedef std::unique_ptr < ICommandLineOptionsModule > | gmx::ICommandLineOptionsModulePointer |
| Smart pointer to manage an ICommandLineOptionsModule. | |
1.8.5