Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
cmdlinemodulemanager.h File Reference
#include <memory>
#include "gromacs/onlinehelp/ihelptopic.h"
#include "gromacs/utility/classhelpers.h"
+ Include dependency graph for cmdlinemodulemanager.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares gmx::CommandLineModuleManager.

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

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.