]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hashset.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / hashset.h
index fe3800446bf60c7db8b16b51fbcaf9ccd84d2f45..36469e47e54a831e6ceba9fda578077b10b89cd6 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxHashSet
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -11,8 +11,9 @@
 
     This is a simple, type-safe, and reasonably efficient hash set class,
     whose interface is a subset of the interface of STL containers.
-    In particular, the interface is modeled after std::set, and the various,
-    non-standard, std::hash_map.
+
+    The interface is similar to std::tr1::hash_set or std::set classes but
+    notice that, unlike std::set, the contents of a hash set is not sorted.
 
     Example:
     @code