Gainput  v1.0.0
Public Attributes | List of all members
gainput::HashMap< K, V >::Node Struct Reference

An element of the hash table. More...

#include <GainputContainers.h>

Public Attributes

first
 The element's key.
 
second
 The element's value.
 
uint32_t next
 The index of the next element with the same (wrapped) hash; Do not use.
 

Detailed Description

template<class K, class V>
struct gainput::HashMap< K, V >::Node

An element of the hash table.


The documentation for this struct was generated from the following file: