exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hashtable Struct Reference

#include <hashtable_private.h>

Data Fields

unsigned int tablelength
 
struct entry ** table
 
unsigned int entrycount
 
unsigned int loadlimit
 
unsigned int primeindex
 
uint32_t(* hashfn )(String key)
 
boolean(* eqfn )(const String str1, const String str2)
 

Detailed Description

Definition at line 19 of file hashtable_private.h.

Field Documentation

unsigned int hashtable::entrycount

Definition at line 22 of file hashtable_private.h.

boolean(* hashtable::eqfn)(const String str1, const String str2)

Definition at line 26 of file hashtable_private.h.

uint32_t(* hashtable::hashfn)(String key)

Definition at line 25 of file hashtable_private.h.

unsigned int hashtable::loadlimit

Definition at line 23 of file hashtable_private.h.

unsigned int hashtable::primeindex

Definition at line 24 of file hashtable_private.h.

struct entry** hashtable::table

Definition at line 21 of file hashtable_private.h.

unsigned int hashtable::tablelength

Definition at line 20 of file hashtable_private.h.


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