Gromacs
5.1.5
|
#include <string>
#include "gromacs/options/abstractoption.h"
#include "gromacs/utility/classhelpers.h"
#include "gromacs/utility/gmxassert.h"
Declares gmx::Options.
Together with basicoptions.h, this header forms the part of the public API that most classes will use to provide options.
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::OptionManagerInterface |
Base class for option managers. More... | |
class | gmx::Options |
Collection of options. More... | |