|
Gromacs
2026.1
|
#include "gmxpre.h"#include "gromacs/domdec/hashedmap.h"#include <string>#include <gtest/gtest.h>#include "testutils/testasserts.h"
Include dependency graph for hashedmap.cpp:Tests for the HashedMap class.
Functions | |
| void | gmx::test::anonymous_namespace{hashedmap.cpp}::checkFinds (const gmx::HashedMap< char > &map, int key, char value) |
| Checks that the key is found and if so also checks the value. | |
| void | gmx::test::anonymous_namespace{hashedmap.cpp}::checkDoesNotFind (const gmx::HashedMap< char > &map, int key) |
| Checks that the key is not found. | |
1.8.5