#include <BNGram.h>

Public Attributes | |
| short int | idx |
| unsigned long * | count |
| BNgramNode ** | child |
| BNgramNode * | brother |
Definition at line 66 of file BNGram.h.
Definition at line 70 of file BNGram.h.
Referenced by BNgram::_findInsert(), BNgram::_newNode(), and BNgram::_show().
Definition at line 69 of file BNGram.h.
Referenced by BNgram::_add(), BNgram::_freeTree(), and BNgram::_newNode().
| unsigned long* BNgramNode::count |
Definition at line 68 of file BNGram.h.
Referenced by BNgram::_add(), BNgram::_freeTree(), and BNgram::_newNode().
| short int BNgramNode::idx |
Definition at line 67 of file BNGram.h.
Referenced by BNgram::_findInsert(), and BNgram::_newNode().
1.7.2