input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qmultimap.html

output_urn
QMultiMap

inherits

public_types

properties

public_functions
QMultiMap ()
QMultiMap ( const QMap<Key, T> & other )
 QMap<Key, T>::const_iterator constFind ( const Key & key, const T & value ) const
 QMap<Key, T>::const_iterator constFind ( const Key & key ) const
 bool contains ( const Key & key, const T & value ) const
 bool contains ( const Key & key ) const
 int count ( const Key & key, const T & value ) const
 int count ( const Key & key ) const
 int count () const
 QMap<Key, T>::iterator find ( const Key & key, const T & value )
 QMap<Key, T>::iterator find ( const Key & key )
 QMap<Key, T>::const_iterator find ( const Key & key, const T & value ) const
 QMap<Key, T>::const_iterator find ( const Key & key ) const
 QMap<Key, T>::iterator insert ( const Key & key, const T & value )
 int remove ( const Key & key, const T & value )
 int remove ( const Key & key )
 QMap<Key, T>::iterator replace ( const Key & key, const T & value )
 QMultiMap operator+ ( const QMultiMap & other ) const
 QMultiMap & operator+= ( const QMultiMap & other )

public_slots

signals

static_public_members

protected_functions

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects
ConstIterator
Iterator
difference_type
key_type
mapped_type
size_type

class_objects

parent_class_objects
const_iterator
iterator

enums

parent_enums

parent_index
406

parent_name
QMap

