PLplot  5.15.0
hashtable Struct Reference

Public Attributes

int size
 
int n
 
int naccum
 
int nhash
 
ht_keycp cp
 
ht_keyeq eq
 
ht_key2hash hash
 
ht_bucket ** table
 

Detailed Description

Definition at line 38 of file hash.c.

Member Data Documentation

◆ cp

ht_keycp hashtable::cp

Definition at line 44 of file hash.c.

◆ eq

ht_keyeq hashtable::eq

Definition at line 45 of file hash.c.

◆ hash

ht_key2hash hashtable::hash

Definition at line 46 of file hash.c.

◆ n

int hashtable::n

Definition at line 41 of file hash.c.

◆ naccum

int hashtable::naccum

Definition at line 42 of file hash.c.

◆ nhash

int hashtable::nhash

Definition at line 43 of file hash.c.

◆ size

int hashtable::size

Definition at line 40 of file hash.c.

◆ table

ht_bucket** hashtable::table

Definition at line 47 of file hash.c.


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