Public Attributes | List of all members
lh_entry Struct Reference

#include <linkhash.h>

Public Attributes

void * k
 
struct lh_entrynext
 
struct lh_entryprev
 
void * v
 

Detailed Description

An entry in the hash table

Definition at line 48 of file linkhash.h.

Member Data Documentation

◆ k

void* lh_entry::k

The key.

Definition at line 52 of file linkhash.h.

◆ next

struct lh_entry* lh_entry::next

The next entry

Definition at line 60 of file linkhash.h.

◆ prev

struct lh_entry* lh_entry::prev

The previous entry.

Definition at line 64 of file linkhash.h.

◆ v

void* lh_entry::v

The value.

Definition at line 56 of file linkhash.h.


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


csm
Author(s): Andrea Censi
autogenerated on Wed Aug 17 2022 02:50:34