Gromacs
2020.4
|
#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. | |