QFlatMap() = default | QFlatMap< Key, Val, C > | default |
QFlatMap(const QFlatMap< Key, Val, C > &other) = default | QFlatMap< Key, Val, C > | default |
QFlatMap(QFlatMap< Key, Val, C > &&other) = default | QFlatMap< Key, Val, C > | default |
QFlatMap(std::initializer_list< std::pair< const Key, Val >> list, const C &compare=C ()) | QFlatMap< Key, Val, C > | inline |
QFlatMap(C compare) | QFlatMap< Key, Val, C > | inlineexplicit |
QFlatMap(const std::map< Key, Val, C > &other) | QFlatMap< Key, Val, C > | inlineexplicit |
QFlatMap(Input_Iterator first, Input_Iterator last, const C &compare=C ()) | QFlatMap< Key, Val, C > | inline |
QFlatMap(const_iterator first, const_iterator last, const C &compare=C ()) | QFlatMap< Key, Val, C > | inline |
allocator_type typedef | QFlatMap< Key, Val, C > | |
begin() | QFlatMap< Key, Val, C > | inline |
begin() const | QFlatMap< Key, Val, C > | inline |
cbegin() const | QFlatMap< Key, Val, C > | inline |
cend() const | QFlatMap< Key, Val, C > | inline |
clear() | QFlatMap< Key, Val, C > | inline |
constBegin() const | QFlatMap< Key, Val, C > | inline |
constEnd() const | QFlatMap< Key, Val, C > | inline |
constFind(const Key &key) const | QFlatMap< Key, Val, C > | inline |
const_pointer typedef | QFlatMap< Key, Val, C > | |
const_reference typedef | QFlatMap< Key, Val, C > | |
const_reverse_iterator typedef | QFlatMap< Key, Val, C > | |
contains(const Key &key) const | QFlatMap< Key, Val, C > | inline |
count(const Key &key) const | QFlatMap< Key, Val, C > | inline |
count() const | QFlatMap< Key, Val, C > | inline |
crbegin() const | QFlatMap< Key, Val, C > | inline |
crend() const | QFlatMap< Key, Val, C > | inline |
difference_type typedef | QFlatMap< Key, Val, C > | |
empty() const | QFlatMap< Key, Val, C > | inline |
end() | QFlatMap< Key, Val, C > | inline |
end() const | QFlatMap< Key, Val, C > | inline |
equal_range(const Key &key) | QFlatMap< Key, Val, C > | inline |
equal_range(const Key &key) const | QFlatMap< Key, Val, C > | inline |
erase(const_iterator iter) | QFlatMap< Key, Val, C > | inline |
find(const Key &key) | QFlatMap< Key, Val, C > | inline |
find(const Key &key) const | QFlatMap< Key, Val, C > | inline |
first() | QFlatMap< Key, Val, C > | inline |
first() const | QFlatMap< Key, Val, C > | inline |
firstKey() const | QFlatMap< Key, Val, C > | inline |
insert(const Key &key, const Val &value) | QFlatMap< Key, Val, C > | inline |
insert(const_iterator hint, const Key &key, const Val &value) | QFlatMap< Key, Val, C > | inline |
isEmpty() const | QFlatMap< Key, Val, C > | inline |
key(const Val &value, const Key &defaultKey=Key ()) const | QFlatMap< Key, Val, C > | |
key_compare typedef | QFlatMap< Key, Val, C > | |
key_type typedef | QFlatMap< Key, Val, C > | |
keys() const | QFlatMap< Key, Val, C > | |
keys(const Val &value) const | QFlatMap< Key, Val, C > | |
last() | QFlatMap< Key, Val, C > | inline |
last() const | QFlatMap< Key, Val, C > | inline |
lastKey() const | QFlatMap< Key, Val, C > | inline |
lowerBound(const Key &key) | QFlatMap< Key, Val, C > | inline |
lowerBound(const Key &key) const | QFlatMap< Key, Val, C > | inline |
mapped_type typedef | QFlatMap< Key, Val, C > | |
operator!=(const QFlatMap< Key, Val, C > &other) const | QFlatMap< Key, Val, C > | inline |
operator<<(QDataStream &stream, const QFlatMap< Key, Val, C > &flatmap) | QFlatMap< Key, Val, C > | related |
operator=(const QFlatMap< Key, Val, C > &other) = default | QFlatMap< Key, Val, C > | default |
operator=(QFlatMap< Key, Val, C > &&other) = default | QFlatMap< Key, Val, C > | default |
operator==(const QFlatMap< Key, Val, C > &other) const | QFlatMap< Key, Val, C > | inline |
operator>>(QDataStream &stream, QFlatMap< Key, Val, C > &flatmap) | QFlatMap< Key, Val, C > | related |
operator[](const Key &key) | QFlatMap< Key, Val, C > | |
operator[](const Key &key) const | QFlatMap< Key, Val, C > | |
pointer typedef | QFlatMap< Key, Val, C > | |
rbegin() | QFlatMap< Key, Val, C > | inline |
rbegin() const | QFlatMap< Key, Val, C > | inline |
reference typedef | QFlatMap< Key, Val, C > | |
remove(const Key &key) | QFlatMap< Key, Val, C > | inline |
rend() | QFlatMap< Key, Val, C > | inline |
rend() const | QFlatMap< Key, Val, C > | inline |
reverse_iterator typedef | QFlatMap< Key, Val, C > | |
size() const | QFlatMap< Key, Val, C > | inline |
size_type typedef | QFlatMap< Key, Val, C > | |
swap(QFlatMap< Key, Val, C > &other) | QFlatMap< Key, Val, C > | inline |
take(const Key &key) | QFlatMap< Key, Val, C > | inline |
uniqueKeys() const | QFlatMap< Key, Val, C > | |
unite(const QFlatMap< Key, Val, C > &other) | QFlatMap< Key, Val, C > | inline |
upperBound(const Key &key) | QFlatMap< Key, Val, C > | inline |
upperBound(const Key &key) const | QFlatMap< Key, Val, C > | inline |
value(const Key &key, const Val &defaultValue=Val ()) const | QFlatMap< Key, Val, C > | |
value_type typedef | QFlatMap< Key, Val, C > | |
values() const | QFlatMap< Key, Val, C > | |
~QFlatMap() = default | QFlatMap< Key, Val, C > | default |