Gromacs
2020.4
|
#include <memory>
#include "gromacs/onlinehelp/ihelptopic.h"
#include "gromacs/utility/classhelpers.h"
Declares gmx::CommandLineModuleManager.
Classes | |
class | gmx::CommandLineModuleManager |
Implements a wrapper command-line interface for multiple modules. More... | |
class | gmx::CommandLineModuleGroup |
Handle to add content to a group added with CommandLineModuleManager::addModuleGroup(). More... | |
Typedefs | |
typedef std::unique_ptr < ICommandLineModule > | gmx::CommandLineModulePointer |
Smart pointer type for managing a ICommandLineModule. | |