zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hashtable_ Struct Reference

#include <bdf.h>

Public Attributes

int limit
 
int size
 
hashnodetable
 
int used
 

Detailed Description

Definition at line 168 of file bdf.h.

Member Data Documentation

int hashtable_::limit

Definition at line 170 of file bdf.h.

Referenced by hash_init(), hash_insert(), and hash_rehash().

int hashtable_::size

Definition at line 171 of file bdf.h.

Referenced by hash_bucket(), hash_free(), hash_init(), and hash_rehash().

hashnode* hashtable_::table

Definition at line 173 of file bdf.h.

Referenced by hash_bucket(), hash_free(), hash_init(), and hash_rehash().

int hashtable_::used

Definition at line 172 of file bdf.h.

Referenced by hash_init(), and hash_insert().


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