ANTLR3_HASH_BUCKET_struct Struct Reference

#include <antlr3collections.h>

Collaboration diagram for ANTLR3_HASH_BUCKET_struct:

Collaboration graph
[legend]

Detailed Description

Internal structure of a hash table bucket, which tracks all keys that hash to the same bucket.

Data Fields

pANTLR3_HASH_ENTRY entries
 Pointer to the first entry in the bucket (if any, it may be NULL).

Field Documentation

Pointer to the first entry in the bucket (if any, it may be NULL).

Duplicate entries are chained from here.

Referenced by antlr3EnumNew(), antlr3EnumNextEntry(), antlr3HashFree(), antlr3HashGet(), antlr3HashGetI(), antlr3HashPut(), antlr3HashPutI(), antlr3HashRemove(), antlr3HashRemoveI(), and antlr3HashTableNew().


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

Generated on Mon Nov 29 17:24:04 2010 for ANTLR3C by  doxygen 1.5.5