Gromacs  2026.0-dev-20241204-d69d709
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Variables
gmx::test::anonymous_namespace{optionsassigner.cpp} Namespace Reference

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.