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

Classes

class  const_iterator
 
class  iterator
 

Public Types

using base = std::unordered_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
 
IList< Value > values () const
 
void insert (const Key &k, const Value &v)
 
void insertMulti (const Key &k, const Value &v)
 
bool contains (const Key &k) const
 
Value take (const Key &k)
 
Value value (const Key &k, Value v={}) const
 
Value & operator[] (const Key &key)
 
Value operator[] (const Key &key) const
 

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