Gromacs  2022-beta1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
#include <climits>
#include <algorithm>
#include <utility>
#include <vector>
#include "gromacs/compat/utility.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/exceptions.h"
+ Include dependency graph for hashedmap.h:
+ This graph shows which files directly or indirectly include this file:

Description

Defines structures and functions for mapping from keys to entries indices using a hash table. The functions are performance critical and should be inlined.

Author
Berk Hess hess@.nosp@m.kth..nosp@m.se

Classes

class  gmx::HashedMap< T >
 Unordered key to value mapping. More...