wxHashTable::Next

wxNode * Next(void)

If the application wishes to iterate through all the data in the hash table, it can call BeginFind and then loop on Next. This function returns a wxNode pointer (or NULL if there are no more nodes). See the description for wxNode. The user will probably only wish to use the wxNode::Data function to retrieve the data; the node may also be deleted.