Gromacs
2018.8
|
Declares gmx::ICommandLineOptionsModule and supporting routines.
Classes | |
class | gmx::ArrayRef< T > |
STL-like container for an interface to a C array of T (or part of a std::vector<T, A> or std::array<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. | |