Gromacs
2026.0-dev-20250418-2a07af2
|
#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"
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. | |