Gromacs
2018.8
|
#include <gromacs/options/isectionstorage.h>
Provides behavior specific to a certain option section type.
Public Member Functions | |
virtual void | initStorage ()=0 |
Called once before the first call to startSection(). More... | |
virtual void | startSection ()=0 |
Called when option assignment enters this section. | |
virtual void | finishSection ()=0 |
Called when option assignment leaves this section. | |
|
pure virtual |
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.
Implemented in gmx::RepeatingOptionSectionStorage< T >.