Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

numhash_table Struct Reference

Collaboration diagram for numhash_table:

Collaboration graph
[legend]

Data Fields

numhash_numbernumbers
long number_total
long table_size
numhash_number ** hash
long hash_size

Field Documentation

struct numhash_number** numhash_table::hash
 

Definition at line 96 of file numhash.c.

Referenced by add_item(), numhash_destroy(), numhash_find_key(), numhash_hash_fill(), and numhash_init().

long numhash_table::hash_size
 

Definition at line 97 of file numhash.c.

Referenced by add_item(), numhash_find_key(), numhash_hash_fill(), and numhash_init().

long numhash_table::number_total
 

Definition at line 94 of file numhash.c.

Referenced by numhash_add_number(), numhash_create(), numhash_init(), and numhash_size().

struct numhash_number* numhash_table::numbers
 

Definition at line 93 of file numhash.c.

Referenced by numhash_add_number(), numhash_destroy(), and numhash_init().

long numhash_table::table_size
 

Definition at line 95 of file numhash.c.

Referenced by numhash_add_number(), and numhash_init().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.