HCE project C++ developers source code library
1.1.1
HCE project developer library
|
Go to the source code of this file.
Macros | |
#define | GRAMMAR_INDEX_BIT_COUNT 8 |
Typedefs | |
typedef unsigned long long | LGrammarMask |
Functions | |
void | globalInitLGrammarMaskArray () |
Variables | |
LGrammarMask | globalLGrammarMaskArray [1<< GRAMMAR_INDEX_BIT_COUNT] |
#define GRAMMAR_INDEX_BIT_COUNT 8 |
Definition at line 4 of file LGrammar.h.
typedef unsigned long long LGrammarMask |
Definition at line 6 of file LGrammar.h.
void globalInitLGrammarMaskArray | ( | ) |
Definition at line 5 of file LGrammar.cpp.
LGrammarMask globalLGrammarMaskArray[1<< GRAMMAR_INDEX_BIT_COUNT] |
Definition at line 3 of file LGrammar.cpp.