#include <SupportCounterMergeTries.hpp>
Collaboration diagram for Bodon::dynamic_trie::SupportCounterMergeTries< TRIE_OEL, TRIE_OI, PATRICIA >:

Public Member Functions | |
| SupportCounterMergeTries (TRIE_OEL &cand_trie, PATRICIA &patricia) | |
| void | countSupport (const unsigned int candidate_size) |
| void | kiir (typename PATRICIA::nodeptr_t subpatricia) |
Protected Types | |
| typedef Bodon::Leaf | LEAF |
Protected Attributes | |
| TRIE_OEL & | cand_trie |
| PATRICIA & | patricia |
Private Member Functions | |
| template<class TRIE> | |
| void | mergeTries (TRIE *subtrie, typename PATRICIA::nodeptr_t subpatricia, unsigned int step_to_leaf_par, typename TRIE::iterator first_larger_edge) |
| template<class TRIE> | |
| bool | mergeTriesRemoveInfreqP (TRIE *subtrie, typename PATRICIA::nodeptr_t subpatricia, unsigned int step_to_leaf_par, typename TRIE::iterator first_larger_edge) |
Definition at line 18 of file SupportCounterMergeTries.hpp.
|
|||||
|
Definition at line 23 of file SupportCounterMergeTries.hpp. |
|
||||||||||||||||
|
Definition at line 26 of file SupportCounterMergeTries.hpp. |
|
||||||||||
|
||||||||||
|
Definition at line 37 of file SupportCounterMergeTries.hpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 71 of file SupportCounterMergeTries.hpp. References TWO_POW31. Referenced by Bodon::dynamic_trie::SupportCounterMergeTries< TRIE_OEL, TRIE_OI, PATRICIA >::countSupport(). |
|
||||||||||||||||||||||||||||
|
|
|
|||||
|
Definition at line 21 of file SupportCounterMergeTries.hpp. Referenced by Bodon::dynamic_trie::SupportCounterMergeTries< TRIE_OEL, TRIE_OI, PATRICIA >::countSupport(). |
|
|||||
|
Definition at line 22 of file SupportCounterMergeTries.hpp. Referenced by Bodon::dynamic_trie::SupportCounterMergeTries< TRIE_OEL, TRIE_OI, PATRICIA >::countSupport(). |
1.4.4