Gromacs
2026.0-dev-20241204-d69d709
|
Enumerations | |
enum | TestEnum : int { None, Test, Value, Count } |
Enum type for EnumOption tests. | |
Variables | |
const char *const | c_allowed [] = { "none", "test", "value" } |
Set of allowed values for enum option tests. | |
const gmx::EnumerationArray < TestEnum, const char * > | c_testEnumNames = { { "none", "test", "value" } } |
Set of allowed values for enum option tests. | |