Adding GetCount() to wxHashTable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bart A.M. Jourquin
2000-01-11 16:27:31 +00:00
parent 4a3563c542
commit 8bf9e177d5

View File

@@ -128,3 +128,9 @@ has table constructor was used). The key string is copied and stored by the hash
table implementation.
\membersection{wxList::GetCount}
\constfunc{size\_t}{GetCount}{\void}
Returns the number of elements in the hash table.