ANTLR3C  3.3.1
ANTLR3_HASH_BUCKET_struct Struct Reference

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

#include <antlr3collections.h>

Collaboration diagram for ANTLR3_HASH_BUCKET_struct:

Data Fields

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

Detailed Description

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

Field Documentation

◆ entries

pANTLR3_HASH_ENTRY ANTLR3_HASH_BUCKET_struct::entries

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: