Gromacs
2016.6
|
Declares gmx::ICommandLineOptionsModule and supporting routines.
Classes | |
class | gmx::ConstArrayRef< T > |
STL-like container for non-mutable interface to a C array (or part of a std::vector). 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. | |