List of All Members for QMultiMap

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

  • firstKey() const : const Key &
  • insert(const Key &, const T &) : typename QMap<Key, T>::iterator
  • insert(typename QMap<Key, T>::const_iterator , const Key &, const T &) : typename QMap<Key, T>::iterator
  • insert(const QMap<Key, T> &)
  • isEmpty() const : bool
  • key(const T &, const Key &) const : const Key
  • keyBegin() const : QMap::key_iterator
  • keyEnd() const : QMap::key_iterator
  • keyValueBegin() : QMap::key_value_iterator
  • keyValueBegin() const : QMap::const_key_value_iterator
  • keyValueEnd() : QMap::key_value_iterator
  • keyValueEnd() const : QMap::const_key_value_iterator
  • keys() const : QList<Key>
  • keys(const T &) const : QList<Key>
  • last() : T &
  • last() const : const T &
  • lastKey() const : const Key &
  • lowerBound(const Key &) : QMap::iterator
  • lowerBound(const Key &) const : QMap::const_iterator
  • remove(const Key &, const T &) : int
  • replace(const Key &, const T &) : typename QMap<Key, T>::iterator
  • size() const : int
  • swap(QMultiMap<Key, T> &)
  • take(const Key &) : T
  • toStdMap() const : std::map<Key, T>
  • uniqueKeys() const : QList<Key>
  • unite(const QMultiMap<K, V> &) : QMultiMap<K, V> &
  • upperBound(const Key &) : QMap::iterator
  • upperBound(const Key &) const : QMap::const_iterator
  • value(const Key &, const T &) const : const T
  • values(const Key &) const : QList<T>
  • operator!=(const QMap<Key, T> &) const : bool
  • operator+(const QMultiMap<K, V> &) const : QMultiMap<K, V>
  • operator+=(const QMultiMap<K, V> &) : QMultiMap<K, V> &
  • operator==(const QMap<Key, T> &) const : bool
  • operator[](const Key &) : T &
  • operator[](const Key &) const : const T