|
- bool isEmpty () const
- const Key key ( const T & value ) const
- QList<Key> keys () const
- QList<Key> keys ( const T & value ) const
- QHash<Key, T> & merge ( const QHash<Key, T> & other )
- int remove ( const Key & key )
- QHash<Key, T>::iterator replace ( const Key & key, const T & value )
- void reserve ( int size )
- int size () const
- void squeeze ()
- T take ( const Key & key )
- const T value ( const Key & key ) const
- const T value ( const Key & key, const T & defaultValue ) const
- QList<T> values () const
- QList<T> values ( const Key & key ) const
- bool operator!= ( const QHash<Key, T> & other ) const
- QMultiHash operator+ ( const QMultiHash & other ) const
- QMultiHash & operator+= ( const QMultiHash & other )
- QHash<Key, T> & operator= ( const QHash<Key, T> & other )
- bool operator== ( const QHash<Key, T> & other ) const
- T & operator[] ( const Key & key )
- const T operator[] ( const Key & key ) const
|