CartoType API
Public Member Functions | Public Attributes
CartoType::CTrieBase::TNode Class Reference

#include <cartotype_trie.h>

List of all members.

Public Member Functions

 TNode (int32 aRight, int32 aLetter)

Public Attributes

int32 iRight
int32 iDown
int32 iLetter
const void * iData

Detailed Description

A trie node. Indexes are stored instead of pointers so that the node array iNode can be relocated.


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