Lolly 1.4.27
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
hashentry< T, U > Struct Template Reference

Hash entry template for key-value pairs. More...

#include <hashmap.hpp>

Collaboration diagram for hashentry< T, U >:
Collaboration graph
[legend]

Public Member Functions

 hashentry ()
 
 hashentry (int code, T key2, U im2)
 

Public Attributes

int code
 
key
 
im
 

Detailed Description

template<class T, class U>
struct hashentry< T, U >

Hash entry template for key-value pairs.

Template Parameters
TType of the key.
UType of the value.

Definition at line 39 of file hashmap.hpp.

Constructor & Destructor Documentation

◆ hashentry() [1/2]

template<class T , class U >
hashentry< T, U >::hashentry ( )
inline

Definition at line 42 of file hashmap.hpp.

43{}

◆ hashentry() [2/2]

template<class T , class U >
hashentry< T, U >::hashentry ( int code,
T key2,
U im2 )

Member Data Documentation

◆ code

template<class T , class U >
int hashentry< T, U >::code

Definition at line 40 of file hashmap.hpp.

◆ key

template<class T , class U >
T hashentry< T, U >::key

Definition at line 41 of file hashmap.hpp.

◆ im

template<class T , class U >
U hashentry< T, U >::im

Definition at line 42 of file hashmap.hpp.


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