List of All Members for QMultiHash

This is the complete list of members for QMultiHash, including inherited members.

  • erase(QHash::const_iterator ) : QHash::iterator
  • erase(QHash::iterator ) : QHash::iterator
  • find(const Key &, const T &) : typename QHash<Key, T>::iterator
  • find(const Key &, const T &) const : typename QHash<Key, T>::const_iterator
  • insert(const Key &, const T &) : typename QHash<Key, T>::iterator
  • insert(const QHash<K, V> &)
  • isEmpty() const : bool
  • key(const T &) const : const Key
  • key(const T &, const Key &) const : const Key
  • keyBegin() const : QHash::key_iterator
  • keyEnd() const : QHash::key_iterator
  • keyValueBegin() : QHash::key_value_iterator
  • keyValueBegin() const : QHash::const_key_value_iterator
  • keyValueEnd() : QHash::key_value_iterator
  • keyValueEnd() const : QHash::const_key_value_iterator
  • keys() const : QList<Key>
  • keys(const T &) const : QList<Key>
  • remove(const Key &, const T &) : int
  • replace(const Key &, const T &) : typename QHash<Key, T>::iterator
  • reserve(int )
  • size() const : int
  • squeeze()
  • swap(QMultiHash<K, V> &)
  • take(const Key &) : T
  • uniqueKeys() const : QList<Key>
  • unite(const QMultiHash<K, V> &) : QMultiHash<K, V> &
  • value(const Key &) const : const T
  • value(const Key &, const T &) const : const T
  • values(const Key &) const : QList<T>
  • operator!=(const QHash<K, V> &) const : bool
  • operator+(const QMultiHash<K, V> &) const : QMultiHash<K, V>
  • operator+=(const QMultiHash<K, V> &) : QMultiHash<K, V> &
  • operator==(const QHash<K, V> &) const : bool
  • operator[](const Key &) : T &
  • operator[](const Key &) const : const T

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.