|
Gromacs
2026.0-dev-20251107-70abc26
|
#include <gromacs/options/repeatingsection.h>
Inheritance diagram for gmx::RepeatingOptionSection< T >:
Collaboration diagram for gmx::RepeatingOptionSection< T >:Declares an option section that creates a structure for each instance.
| T | Structure that stores the values for an instance of the section. |
This class declares a section that can be specified multiple times, and creates an instance of T for each instance. Options within the section can store their values in the created structure.
Public Types | |
|
typedef RepeatingOptionSectionHandle < T > | HandleType |
| AbstractOptionSectionHandle corresponding to this option type. | |
Public Member Functions | |
| RepeatingOptionSection (const char *name) | |
| Creates a section with the given name. | |
| RepeatingOptionSection & | storeVector (std::vector< T > *values) |
| Specifies a vector to receive the section structures. | |
1.8.5