Protected Member Functions |
| CTrieIteratorImpl (const CTrie< tType > &Trie) |
| CTrieIteratorImpl (const CTrieIteratorImpl &Iter) |
tType * | GetValue () const |
bool | NextDown (size_t iDepth, bool fReset) |
size_t | NextUp () |
Protected Attributes |
const CTrie< tType > & | m_Trie |
std::vector< unsigned char > | m_vecbPosition |
std::vector< unsigned char *** > | m_vecpaaPosition |
Detailed Description
template<class tType>
class Sleipnir::CTrieIteratorImpl< tType >
Definition at line 54 of file triei.h.
The documentation for this class was generated from the following file: