hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
LGrammar.h
Go to the documentation of this file.
1 #ifndef LGRAMMAR_H
2 #define LGRAMMAR_H
3 
4 #define GRAMMAR_INDEX_BIT_COUNT 8
5 
6 typedef unsigned long long LGrammarMask;
7 
9 extern void globalInitLGrammarMaskArray();
10 #endif