SpiecsEngine
 
Loading...
Searching...
No Matches

◆ radix_trie()

template<size_t BITS>
scl::radix_trie< BITS, 2 >::radix_trie ( )
inlineexplicit

Constructor Function.

Definition at line 157 of file RadixTrie.h.

159 {
160 m_Root = new Node;
161 }
Node * m_Root
Root Node.
Definition RadixTrie.h:145
Spices::ObjectPool< Leaf > m_LeafPool
ObjectPool of Leaf.
Definition RadixTrie.h:150

References Spices::FixedObjects, and m_LeafPool.