|
CartoType API
|
#include <cartotype_trie.h>
Public Member Functions | |
| TNode (int32 aRight, int32 aLetter) | |
Public Attributes | |
| int32 | iRight |
| int32 | iDown |
| int32 | iLetter |
| const void * | iData |
A trie node. Indexes are stored instead of pointers so that the node array iNode can be relocated.
1.7.5.1