List of All Members for QMultiHash

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

  • equal_range(const Key &) : std::pair<QMultiHash<Key, T>::iterator, QMultiHash<Key, T>::iterator>
  • equal_range(const Key &) const : std::pair<QMultiHash<Key, T>::const_iterator, QMultiHash<Key, T>::const_iterator>
  • find(const Key &, const T &) : QMultiHash<Key, T>::iterator
  • find(const Key &, const T &) const : QMultiHash<Key, T>::const_iterator
  • insert(const Key &, const T &) : QMultiHash<Key, T>::iterator
  • key(const T &) const : Key
  • key(const T &, const Key &) const : Key
  • keyBegin() const : QMultiHash<Key, T>::key_iterator
  • keyEnd() const : QMultiHash<Key, T>::key_iterator
  • keyValueBegin() : QMultiHash<Key, T>::key_value_iterator
  • keyValueBegin() const : QMultiHash<Key, T>::const_key_value_iterator
  • keyValueEnd() : QMultiHash<Key, T>::key_value_iterator
  • keyValueEnd() const : QMultiHash<Key, T>::const_key_value_iterator
  • keys() const : QList<Key>
  • remove(const Key &) : qsizetype
  • remove(const Key &, const T &) : qsizetype
  • removeIf(Predicate) : qsizetype
  • replace(const Key &, const T &) : QMultiHash<Key, T>::iterator
  • swap(QMultiHash<Key, T> &)
  • take(const Key &) : T
  • uniqueKeys() const : QList<Key>
  • unite(const QMultiHash<Key, T> &) : QMultiHash<Key, T> &
  • unite(const QHash<Key, T> &) : QMultiHash<Key, T> &
  • value(const Key &) const : T
  • value(const Key &, const T &) const : T
  • values() const : QList<T>
  • values(const Key &) const : QList<T>
  • operator+(const QMultiHash<Key, T> &) const : QMultiHash<Key, T>
  • operator+=(const QMultiHash<Key, T> &) : QMultiHash<Key, T> &
  • operator[](const Key &) : T &

© 2024 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.