|
Gromacs
2025.4
|
#include <gromacs/options/abstractsection.h>
Inheritance diagram for gmx::AbstractOptionSection:Base class for specifying option section properties.
Protected Member Functions | |
| AbstractOptionSection (const char *name) | |
| Initializes option properties with the given name. More... | |
| virtual std::unique_ptr < IOptionSectionStorage > | createStorage () const =0 |
| Creates a storage object corresponding to this section. More... | |
Friends | |
| class | internal::OptionSectionImpl |
|
inlineexplicitprotected |
Initializes option properties with the given name.
|
protectedpure virtual |
Creates a storage object corresponding to this section.
Similar to AbstractOption::createStorage().
1.8.5