#include <buildfptree.hpp>
| Public Types | |
| typedef NONORDFP_CHILDMAP< item_t, node_t * > | childmap_t | 
| typedef childmap_t::iterator | nodeiter_t | 
| Public Member Functions | |
| template<class CALLBACK> | |
| void | initBuildTree (buildtree_t &tree, item_t maxitem, CALLBACK &cb) | 
| template<class T, class CALLBACK> | |
| void | addTransToTree (T &trans, size_t length, buildtree_t &tree, counter_t count, CALLBACK &cb) | 
| Protected Types | |
| typedef bracz::blockalloc< node_t, 10000 > | nodealloc_t | 
| Protected Attributes | |
| nodealloc_t | allocator | 
| Classes | |
| class | buildtree_t | 
| class | node_t | 
| This is the node of a single tree (for build).  More... | |
| class | nodeptr_t | 
Definition at line 91 of file buildfptree.hpp.
| 
 | |||||
| 
 Definition at line 94 of file buildfptree.hpp. | 
| 
 | |||||
| 
 Definition at line 158 of file buildfptree.hpp. | 
| 
 | |||||
| 
 Definition at line 97 of file buildfptree.hpp. | 
| 
 | ||||||||||||||||||||||||||||||||
| 
 Definition at line 171 of file buildfptree.hpp. References bracz::TrieBuildTree< ENDONLY >::allocator, bracz::TrieBuildTree< ENDONLY >::node_t::children, bracz::TrieBuildTree< ENDONLY >::node_t::counter, and bracz::TrieBuildTree< ENDONLY >::buildtree_t::root. | 
| 
 | ||||||||||||||||||||||||
| 
 Definition at line 165 of file buildfptree.hpp. References bracz::TrieBuildTree< ENDONLY >::allocator, bracz::TrieBuildTree< ENDONLY >::node_t::counter, and bracz::TrieBuildTree< ENDONLY >::buildtree_t::root. | 
| 
 | |||||
| 
 Definition at line 160 of file buildfptree.hpp. Referenced by bracz::TrieBuildTree< ENDONLY >::addTransToTree(), and bracz::TrieBuildTree< ENDONLY >::initBuildTree(). | 
 1.4.4
 1.4.4