Fimbulwinter Project  Pre-Alpha
An Ragnarok Online Emulator
Public Types | Public Member Functions
PatriciaTrie< S, T > Class Template Reference

List of all members.

Public Types

typedef list< PatriciaTrieNode
< S, T > * > 
NODE_LIST
typedef NODE_LIST::iterator NODE_LIST_ITERATOR

Public Member Functions

virtual PatriciaTrieNode< S, T > * Insert (S, T)
virtual bool Exists (S)
virtual T Lookup (S)
virtual PatriciaTrieNode< S, T > * LookupNode (S)
virtual bool Delete (S)
virtual NODE_LIST GetNodeList (PatriciaTrieNode< S, T > *root=NULL)
virtual PatriciaTrieNode< S, T > * LookupGroup (S)
virtual PatriciaTrie< S, T > * Copy (PatriciaTrieNode< S, T > *root=NULL)

template<class S, class T>
class PatriciaTrie< S, T >


The documentation for this class was generated from the following file:
 All Classes Functions