osurs  0.0.1
Data Fields
HashMapEntry Struct Reference

Entry of the hashmap. More...

#include <hashmap.h>

Collaboration diagram for HashMapEntry:
Collaboration graph
[legend]

Data Fields

char * key
 
void * value
 
struct HashMapEntrynext
 

Detailed Description

Entry of the hashmap.

An entry in the hashmap, which knows the next entry (if there are any) in the same bucket (same index).

Field Documentation

◆ key

char* HashMapEntry::key

Key of the entry.

◆ next

struct HashMapEntry* HashMapEntry::next

NULL or the next entry in the bucket.

◆ value

void* HashMapEntry::value

Value of the entry.


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