Lines Matching refs:WTT_Node
50 class WTT_Node // WordTransTree-Node class
61 WTT_Node(
63 WTT_Node * i_pDefaultBranch,
64 WTT_Node * i_pDefaultBranchForAlphas );
67 WTT_Node * i_pNode );
70 ~WTT_Node();
73 WTT_Node * GetNextNode(
87 WTT_Node * aBranches[C_NR_OF_BRANCHES]; // Mostly DYN pointers.
92 inline WTT_Node *
93 WTT_Node::GetNextNode(UINT8 i_cBranch) in GetNextNode()
95 inline WTT_Node::E_TokenType
96 WTT_Node::TokenType() const in TokenType()
99 WTT_Node::Value() const in Value()
102 WTT_Node::IsOnDeleting() const in IsOnDeleting()
105 WTT_Node::ReplaceString() const in ReplaceString()