|
Gromacs
2026.3
|
#include "gmxpre.h"#include "gromacs/fileio/h5md/h5md_type.h"#include <hdf5.h>#include <gtest/gtest.h>#include "gromacs/fileio/h5md/h5md_guard.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/exceptions.h"#include "testutils/testfilemanager.h"
Include dependency graph for h5md_type.cpp:Tests for H5MD data type utility routines.
Classes | |
| class | gmx::test::anonymous_namespace{h5md_type.cpp}::H5mdTypeTest< ValueType > |
| Test fixture for all primitive types. More... | |
Typedefs | |
| using | gmx::test::anonymous_namespace{h5md_type.cpp}::PrimitiveList = ::testing::Types< int32_t, int64_t, uint32_t, uint64_t, float, double > |
| List of primitives for which to create tests. | |
1.8.5