swift
swift::misc::CDictionary< Key, Value, Impl > Member List

This is the complete list of members for swift::misc::CDictionary< Key, Value, Impl >, including all inherited members.

begin()swift::misc::CDictionary< Key, Value, Impl >inline
begin() constswift::misc::CDictionary< Key, Value, Impl >inline
cbegin() constswift::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 &)=defaultswift::misc::CDictionary< Key, Value, Impl >
CDictionary(CDictionary &&other) noexceptswift::misc::CDictionary< Key, Value, Impl >inline
cend() constswift::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 typedefswift::misc::CDictionary< Key, Value, Impl >
const_reference typedefswift::misc::CDictionary< Key, Value, Impl >
constBegin() constswift::misc::CDictionary< Key, Value, Impl >inline
constEnd() constswift::misc::CDictionary< Key, Value, Impl >inline
constFind(const Key &key) constswift::misc::CDictionary< Key, Value, Impl >inline
constKeyValueBegin() constswift::misc::CDictionary< Key, Value, Impl >inline
constKeyValueEnd() constswift::misc::CDictionary< Key, Value, Impl >inline
contains(const Key &key) constswift::misc::CDictionary< Key, Value, Impl >inline
containsByKey(Predicate p) constswift::misc::CDictionary< Key, Value, Impl >inline
containsByKey(MembFunc membFunc, ReturnValue returnValue) constswift::misc::CDictionary< Key, Value, Impl >inline
containsByValue(Predicate p) constswift::misc::CDictionary< Key, Value, Impl >inline
containsByValue(MembFunc membFunc, ReturnValue returnValue) constswift::misc::CDictionary< Key, Value, Impl >inline
convertFromJson(const QJsonObject &json)swift::misc::CDictionary< Key, Value, Impl >inline
convertToQString(bool i18n=false) constswift::misc::CDictionary< Key, Value, Impl >inline
count(const Key &key) constswift::misc::CDictionary< Key, Value, Impl >inline
count() constswift::misc::CDictionary< Key, Value, Impl >inline
empty() constswift::misc::CDictionary< Key, Value, Impl >inline
end()swift::misc::CDictionary< Key, Value, Impl >inline
end() constswift::misc::CDictionary< Key, Value, Impl >inline
erase(iterator pos)swift::misc::CDictionary< Key, Value, Impl >inline
find(const Key &key) constswift::misc::CDictionary< Key, Value, Impl >inline
find(const Key &key)swift::misc::CDictionary< Key, Value, Impl >inline
findKeyBy(Predicate p) constswift::misc::CDictionary< Key, Value, Impl >inline
findKeyBy(Pairs... pairs) constswift::misc::CDictionary< Key, Value, Impl >inline
findValueBy(Predicate p) constswift::misc::CDictionary< Key, Value, Impl >inline
findValueBy(Pairs... pairs) constswift::misc::CDictionary< Key, Value, Impl >inline
impl_type typedefswift::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() constswift::misc::CDictionary< Key, Value, Impl >inline
iterator typedefswift::misc::CDictionary< Key, Value, Impl >
key(const Value &value) constswift::misc::CDictionary< Key, Value, Impl >inline
key(const Value &value, const Key &defaultKey) constswift::misc::CDictionary< Key, Value, Impl >inline
key_type typedefswift::misc::CDictionary< Key, Value, Impl >
keyBegin() constswift::misc::CDictionary< Key, Value, Impl >inline
keyEnd() constswift::misc::CDictionary< Key, Value, Impl >inline
keys() constswift::misc::CDictionary< Key, Value, Impl >inline
keyValueBegin()swift::misc::CDictionary< Key, Value, Impl >inline
keyValueBegin() constswift::misc::CDictionary< Key, Value, Impl >inline
keyValueEnd()swift::misc::CDictionary< Key, Value, Impl >inline
keyValueEnd() constswift::misc::CDictionary< Key, Value, Impl >inline
marshallToDbus(QDBusArgument &argument) constswift::misc::CDictionary< Key, Value, Impl >inline
marshalToDataStream(QDataStream &stream) constswift::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) noexceptswift::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) constswift::misc::CDictionary< Key, Value, Impl >inline
reference typedefswift::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() constswift::misc::CDictionary< Key, Value, Impl >inline
size_type typedefswift::misc::CDictionary< Key, Value, Impl >
stringForStreaming() constswift::misc::mixin::String< CDictionary< Key, Value, TDefaultAssociativeType > >
swap(CDictionary &other) noexceptswift::misc::CDictionary< Key, Value, Impl >inline
toJson() constswift::misc::CDictionary< Key, Value, Impl >inline
toQString(bool i18n=false) constswift::misc::mixin::String< CDictionary< Key, Value, TDefaultAssociativeType > >
toStdString(bool i18n=false) constswift::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) constswift::misc::CDictionary< Key, Value, Impl >inline
value(const Key &key, const Value &defaultValue) constswift::misc::CDictionary< Key, Value, Impl >inline
value_type typedefswift::misc::CDictionary< Key, Value, Impl >
values() constswift::misc::CDictionary< Key, Value, Impl >inline
~CDictionary()=defaultswift::misc::CDictionary< Key, Value, Impl >