ANTLR3C 3.3.1
ANTLR3_TRIE_ENTRY_struct Struct Reference

Structure that holds the payload entry in an ANTLR3_INT_TRIE or ANTLR3_STRING_TRIE. More...

#include <antlr3collections.h>

Collaboration diagram for ANTLR3_TRIE_ENTRY_struct:

Public Member Functions

 void (ANTLR3_CDECL *freeptr)(void *)

Data Fields

union { 
   ANTLR3_INTKEY   intVal 
   void *   ptr 
data
struct ANTLR3_TRIE_ENTRY_structnext
ANTLR3_UINT32 type

Detailed Description

Structure that holds the payload entry in an ANTLR3_INT_TRIE or ANTLR3_STRING_TRIE.

Member Function Documentation

◆ void()

ANTLR3_TRIE_ENTRY_struct::void ( ANTLR3_CDECL * freeptr)

References ANTLR3_CDECL.

Field Documentation

◆ [union]

union { ... } ANTLR3_TRIE_ENTRY_struct::data

◆ intVal

ANTLR3_INTKEY ANTLR3_TRIE_ENTRY_struct::intVal

Referenced by getRuleMemoization(), and intTrieAdd().

◆ next

struct ANTLR3_TRIE_ENTRY_struct* ANTLR3_TRIE_ENTRY_struct::next

Referenced by freeIntNode(), and intTrieAdd().

◆ ptr

void* ANTLR3_TRIE_ENTRY_struct::ptr

◆ type

ANTLR3_UINT32 ANTLR3_TRIE_ENTRY_struct::type

Referenced by freeIntNode(), and intTrieAdd().


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