Lolly 1.4.28
|
Hash entry template for key-value pairs. More...
#include <hashmap.hpp>
Public Member Functions | |
hashentry () | |
hashentry (int code, T key2, U im2) | |
Public Attributes | |
int | code |
T | key |
U | im |
Hash entry template for key-value pairs.
T | Type of the key. |
U | Type of the value. |
Definition at line 39 of file hashmap.hpp.
|
inline |
Definition at line 42 of file hashmap.hpp.
hashentry< T, U >::hashentry | ( | int | code, |
T | key2, | ||
U | im2 ) |
Definition at line 40 of file hashmap.hpp.
Definition at line 41 of file hashmap.hpp.
Definition at line 42 of file hashmap.hpp.