#include <mmultimap.h>


For most documentation, you should refer to the SGI STL documentation http://www.sgi.com/tech/stl
Definition at line 62 of file mmultimap.h.
Public Member Functions | |
| void | clear () |
| remove all elements from the map. | |
| size_t | size () const |
| number of elements in the map. | |
| bool | containsKey (const Key &k) const |
whether key k is in the map. Equivalent to find(k) != end() (Mace extension) | |
| deque< Data > | get (const Key &k) const |
retrieve data from key k as a possibly empty deque of items (one for each match) | |
| const_iterator | random () const |
| return a random element of the multimap | |
| const std::string & | getTypeName () const |
| Return the template parameter string Key->Data for actual template parameters. (Mace extension). | |
1.5.5