]> git.saurik.com Git - wxWidgets.git/commitdiff
Adding GetCount() to wxHashTable
authorBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Tue, 11 Jan 2000 16:27:31 +0000 (16:27 +0000)
committerBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Tue, 11 Jan 2000 16:27:31 +0000 (16:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/hash.tex

index 216c4a588c7b98c01e72f8b82da622e037122d95..21dc3642cd7405f149d6a1640f456181b101fca0 100644 (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.
+