#include <mhash_set.h>


For most documentation, you should refer to the SGI STL documentation http://www.sgi.com/tech/stl
Definition at line 69 of file mhash_set.h.
Public Member Functions | |
| void | clear () |
| removes all elements of the set | |
| bool | contains (const Key &k) const |
returns true if the set contains element k | |
| const_iterator | random () const |
| returns a random element of the set, or end() if empty | |
| const std::string & | getTypeName () const |
| Return the template parameter string Key->Data for actual template parameters. (Mace extension). | |
1.5.5