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