Gromacs
2022-beta2
|
#include <gromacs/options/abstractsection.h>
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().