|
Gromacs
2026.0-dev-20251106-2ba968f
|
#include <gromacs/options/optionsection.h>
Inheritance diagram for gmx::OptionSection:
Collaboration diagram for gmx::OptionSection: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... | |
1.8.5