CWB
|
Underlying structure for the AttHashTable object. More...
Data Fields | |
AttBucket * | space |
the actual array of attribute buckets. More... | |
int | code |
int | size |
Underlying structure for the AttHashTable object.
int code |
Referenced by make_attribute_hash().
int size |
Referenced by att_hash_lookup(), and make_attribute_hash().
AttBucket* space |
the actual array of attribute buckets.
Referenced by att_hash_lookup(), free_attribute_hash(), and make_attribute_hash().