begin() | swift::misc::CDictionary< Key, Value, Impl > | inline |
begin() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
cbegin() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
CDictionary() | swift::misc::CDictionary< Key, Value, Impl > | inline |
CDictionary(std::initializer_list< std::pair< Key, Value >> il) | swift::misc::CDictionary< Key, Value, Impl > | inline |
CDictionary(const CDictionary &)=default | swift::misc::CDictionary< Key, Value, Impl > | |
CDictionary(CDictionary &&other) noexcept | swift::misc::CDictionary< Key, Value, Impl > | inline |
cend() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
clear() | swift::misc::CDictionary< Key, Value, Impl > | inline |
compare(const CDictionary &a, const CDictionary &b) | swift::misc::CDictionary< Key, Value, Impl > | friend |
const_iterator typedef | swift::misc::CDictionary< Key, Value, Impl > | |
const_reference typedef | swift::misc::CDictionary< Key, Value, Impl > | |
constBegin() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
constEnd() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
constFind(const Key &key) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
constKeyValueBegin() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
constKeyValueEnd() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
contains(const Key &key) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
containsByKey(Predicate p) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
containsByKey(MembFunc membFunc, ReturnValue returnValue) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
containsByValue(Predicate p) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
containsByValue(MembFunc membFunc, ReturnValue returnValue) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
convertFromJson(const QJsonObject &json) | swift::misc::CDictionary< Key, Value, Impl > | inline |
convertToQString(bool i18n=false) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
count(const Key &key) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
count() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
empty() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
end() | swift::misc::CDictionary< Key, Value, Impl > | inline |
end() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
erase(iterator pos) | swift::misc::CDictionary< Key, Value, Impl > | inline |
find(const Key &key) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
find(const Key &key) | swift::misc::CDictionary< Key, Value, Impl > | inline |
findKeyBy(Predicate p) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
findKeyBy(Pairs... pairs) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
findValueBy(Predicate p) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
findValueBy(Pairs... pairs) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
impl_type typedef | swift::misc::CDictionary< Key, Value, Impl > | |
implementationOf(CDictionary &dict) | swift::misc::CDictionary< Key, Value, Impl > | friend |
implementationOf(const CDictionary &dict) | swift::misc::CDictionary< Key, Value, Impl > | friend |
insert(const Key &key, const Value &value) | swift::misc::CDictionary< Key, Value, Impl > | inline |
insert(const CDictionary &other) | swift::misc::CDictionary< Key, Value, Impl > | inline |
isEmpty() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
iterator typedef | swift::misc::CDictionary< Key, Value, Impl > | |
key(const Value &value) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
key(const Value &value, const Key &defaultKey) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
key_type typedef | swift::misc::CDictionary< Key, Value, Impl > | |
keyBegin() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
keyEnd() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
keys() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
keyValueBegin() | swift::misc::CDictionary< Key, Value, Impl > | inline |
keyValueBegin() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
keyValueEnd() | swift::misc::CDictionary< Key, Value, Impl > | inline |
keyValueEnd() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
marshallToDbus(QDBusArgument &argument) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
marshalToDataStream(QDataStream &stream) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
operator!=(const CDictionary &a, const CDictionary &b) | swift::misc::CDictionary< Key, Value, Impl > | friend |
operator=(const CDictionary &other) | swift::misc::CDictionary< Key, Value, Impl > | inline |
operator=(CDictionary &&other) noexcept | swift::misc::CDictionary< Key, Value, Impl > | inline |
operator==(const CDictionary &a, const CDictionary &b) | swift::misc::CDictionary< Key, Value, Impl > | friend |
operator[](const Key &key) | swift::misc::CDictionary< Key, Value, Impl > | inline |
operator[](const Key &key) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
reference typedef | swift::misc::CDictionary< Key, Value, Impl > | |
remove(const Key &key) | swift::misc::CDictionary< Key, Value, Impl > | inline |
removeByKeyIf(Predicate p) | swift::misc::CDictionary< Key, Value, Impl > | inline |
removeByKeyIf(MembFunc membFunc, ReturnValue returnValue) | swift::misc::CDictionary< Key, Value, Impl > | inline |
removeByValueIf(Predicate p) | swift::misc::CDictionary< Key, Value, Impl > | inline |
removeByValueIf(MembFunc membFunc, ReturnValue returnValue) | swift::misc::CDictionary< Key, Value, Impl > | inline |
removeDuplicates(const CDictionary &other) | swift::misc::CDictionary< Key, Value, Impl > | inline |
size() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
size_type typedef | swift::misc::CDictionary< Key, Value, Impl > | |
stringForStreaming() const | swift::misc::mixin::String< CDictionary< Key, Value, TDefaultAssociativeType > > | |
swap(CDictionary &other) noexcept | swift::misc::CDictionary< Key, Value, Impl > | inline |
toJson() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
toQString(bool i18n=false) const | swift::misc::mixin::String< CDictionary< Key, Value, TDefaultAssociativeType > > | |
toStdString(bool i18n=false) const | swift::misc::mixin::String< CDictionary< Key, Value, TDefaultAssociativeType > > | |
unmarshalFromDataStream(QDataStream &stream) | swift::misc::CDictionary< Key, Value, Impl > | inline |
unmarshallFromDbus(const QDBusArgument &argument) | swift::misc::CDictionary< Key, Value, Impl > | inline |
value(const Key &key) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
value(const Key &key, const Value &defaultValue) const | swift::misc::CDictionary< Key, Value, Impl > | inline |
value_type typedef | swift::misc::CDictionary< Key, Value, Impl > | |
values() const | swift::misc::CDictionary< Key, Value, Impl > | inline |
~CDictionary()=default | swift::misc::CDictionary< Key, Value, Impl > | |