Gromacs
2018.8
|
#include "gromacs/options/ioptionscontainerwithsections.h"
#include "gromacs/options/isectionstorage.h"
#include "gromacs/utility/classhelpers.h"
#include "gromacs/utility/gmxassert.h"
Declares base classes for declaring option sections.
This header defines base classes for option section settings that are used with IOptionsContainerWithSections::addSection(). These classes implement the "named parameter" idiom for specifying section properties.
Classes | |
class | gmx::AbstractOptionSection |
Base class for specifying option section properties. More... | |
class | gmx::AbstractOptionSectionHandle |
Base class for handles to option sections. More... | |