Gromacs
2024.4
|
#include <gromacs/options/repeatingsection.h>
Implements handling of the structures that stores per-section values.
Public Member Functions | |
RepeatingOptionSectionStorage (const RepeatingOptionSection< T > §ion) | |
Initializes the storage for given section properties. | |
void | initStorage () override |
Called once before the first call to startSection(). More... | |
void | startSection () override |
Called when option assignment enters this section. | |
void | finishSection () override |
Called when option assignment leaves this section. | |
Friends | |
class | RepeatingOptionSectionHandle< T > |
Allows binding option storage to the current section data structure. | |
|
inlineoverridevirtual |
Called once before the first call to startSection().
This is called once all options have been added to the section. The current implementation does not call this if startSection() is never called.
Implements gmx::IOptionSectionStorage.