\section{\class{wxHashTable}}\label{wxhashtable}
+{\bf Please note} that this class is retained for backward compatibility
+reasons; you should use \helpref{wxHashMap}{wxhashmap}.
+
This class provides hash table functionality for wxWindows, and for an
application if it wishes. Data can be hashed on an integer or string
key.
has table constructor was used). The key string is copied and stored by the hash
table implementation.
-\membersection{wxList::GetCount}
+\membersection{wxHashTable::GetCount}
\constfunc{size\_t}{GetCount}{\void}