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

void* lh_entry::k

The key.

Definition at line 52 of file linkhash.h.

struct lh_entry* lh_entry::next

The next entry

Definition at line 60 of file linkhash.h.

struct lh_entry* lh_entry::prev

The previous entry.

Definition at line 64 of file linkhash.h.

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 Tue May 11 2021 02:18:23