ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
ABTU_hashtable_element Struct Reference

#include <abtu.h>

Collaboration diagram for ABTU_hashtable_element:
Collaboration graph
[legend]

Data Fields

int key
 
struct ABTU_hashtable_elementp_next
 
char * data
 

Detailed Description

Definition at line 341 of file abtu.h.

Field Documentation

◆ data

char* ABTU_hashtable_element::data

Definition at line 344 of file abtu.h.

Referenced by ABTU_hashtable_delete(), ABTU_hashtable_get(), and ABTU_hashtable_set().

◆ key

int ABTU_hashtable_element::key

Definition at line 342 of file abtu.h.

Referenced by ABTU_hashtable_delete(), ABTU_hashtable_get(), and ABTU_hashtable_set().

◆ p_next

struct ABTU_hashtable_element* ABTU_hashtable_element::p_next

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