Gromacs
2025-dev-20241002-88a4191
|
#include <gromacs/options/optionsection.h>
Declares a simple option section.
This class declares a simple section that only provides structure for grouping the options, but does not otherwise influence the behavior of the contained options.
Public Types | |
typedef OptionSectionHandle | HandleType |
AbstractOptionSectionHandle corresponding to this option type. | |
Public Member Functions | |
OptionSection (const char *name) | |
Creates a section with the given name. | |
Additional Inherited Members | |
Protected Member Functions inherited from gmx::AbstractOptionSection | |
AbstractOptionSection (const char *name) | |
Initializes option properties with the given name. More... | |