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

output_urn
QMultiHash

inherits

public_types

properties

public_functions
QMultiHash ()
QMultiHash ( const QHash<Key, T> & other )
 QHash<Key, T>::const_iterator constFind ( const Key & key, const T & value ) const
 QHash<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
 QHash<Key, T>::iterator find ( const Key & key, const T & value )
 QHash<Key, T>::iterator find ( const Key & key )
 QHash<Key, T>::const_iterator find ( const Key & key, const T & value ) const
 QHash<Key, T>::const_iterator find ( const Key & key ) const
 QHash<Key, T>::iterator insert ( const Key & key, const T & value )
 int remove ( const Key & key, const T & value )
 int remove ( const Key & key )
 QHash<Key, T>::iterator replace ( const Key & key, const T & value )
 QMultiHash operator+ ( const QMultiHash & other ) const
 QMultiHash & operator+= ( const QMultiHash & 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
646

parent_name
QHash

