|
Gromacs
2025.4
|
#include "gmxpre.h"#include "gromacs/utility/enumerationhelpers.h"#include <cstddef>#include <iostream>#include <iterator>#include <string>#include <gtest/gtest.h>#include "gromacs/utility/arrayref.h"#include "testutils/testasserts.h"
Include dependency graph for enumerationhelpers.cpp:Tests for enumeration helpers.
Enumerations | |
| enum | gmx::test::anonymous_namespace{enumerationhelpers.cpp}::Foo { Bar, Baz, Fooz, Count } |
| Type to use in testing. | |
| enum | Unsuitable { A, B } |
Functions | |
| void | gmx::test::anonymous_namespace{enumerationhelpers.cpp}::func (ArrayRef< const int > a) |
| Helper function. | |
1.8.5