From: Bart A.M. Jourquin Date: Tue, 11 Jan 2000 16:27:31 +0000 (+0000) Subject: Adding GetCount() to wxHashTable X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8bf9e177d57304320b1b626acb682632e55fb4aa Adding GetCount() to wxHashTable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/hash.tex b/docs/latex/wx/hash.tex index 216c4a588c..21dc3642cd 100644 --- a/docs/latex/wx/hash.tex +++ b/docs/latex/wx/hash.tex @@ -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. +