parallax 1.0
command-line based task/todo manager
Loading...
Searching...
No Matches
Entry Struct Reference

Linked list node definition of an entry in a hash map. More...

#include <hashmap.h>

Public Attributes

char * key
void * value
struct Entrynext

Detailed Description

Linked list node definition of an entry in a hash map.

Definition at line 15 of file hashmap.h.

Member Data Documentation

◆ key

char* Entry::key

Pointer to the key string of an entry

Definition at line 16 of file hashmap.h.

◆ next

struct Entry* Entry::next

Pointer to the next entry

Definition at line 18 of file hashmap.h.

◆ value

void* Entry::value

Abstract data value

Definition at line 17 of file hashmap.h.


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