Itasca C++ Interface
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | List of all members
IMultiMap< Key, Value > Class Template Reference
Inheritance diagram for IMultiMap< Key, Value >:

Classes

class  const_iterator
 
class  iterator
 

Public Types

using base = std::multimap<Key,Value>
 

Public Member Functions

iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
const_iterator constBegin () const
 
const_iterator constEnd () const
 
iterator find (const Key &v)
 
iterator insert (const Key &k, const Value &v)
 
iterator insertMulti (const Key &k, const Value &v)
 
iterator lowerBound (const Key &key)
 
iterator upperBound (const Key &key)
 
void remove (const Key &k)
 
bool isEmpty () const
 
IList< Key > uniqueKeys () const
 

The documentation for this class was generated from the following file: