HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
LGrammar.cpp
Go to the documentation of this file.
1 #include <LGrammar.h>
2 
4 
6 {
7  unsigned int i;
8 
9  for(i = 0; i < 1 << GRAMMAR_INDEX_BIT_COUNT; ++i)
10  {
12  }
13 }