Gromacs
2024.4
|
#include <memory>
#include <vector>
#include "gromacs/options/ioptionscontainerwithsections.h"
#include "abstractsection.h"
#include "isectionstorage.h"
#include "valuestore.h"
Declares gmx::RepeatingOptionSection and related classes.
Classes | |
class | gmx::RepeatingOptionSectionHandle< T > |
Allows adding options to an RepeatingOptionSection. More... | |
class | gmx::RepeatingOptionSectionStorage< T > |
Implements handling of the structures that stores per-section values. More... | |
class | gmx::RepeatingOptionSection< T > |
Declares an option section that creates a structure for each instance. More... | |
class | gmx::RepeatingOptionSectionStorage< T > |
Implements handling of the structures that stores per-section values. More... | |
class | gmx::RepeatingOptionSectionHandle< T > |
Allows adding options to an RepeatingOptionSection. More... | |