| begin() | swift::misc::CCollection< T > | inline |
| begin() const | swift::misc::CCollection< T > | inline |
| cbegin() const | swift::misc::CCollection< T > | inline |
| CCollection()=default | swift::misc::CCollection< T > | |
| CCollection(std::initializer_list< T > il) | swift::misc::CCollection< T > | inline |
| CCollection(const CCollection &other)=default | swift::misc::CCollection< T > | |
| CCollection(const QList< T > &list) | swift::misc::CCollection< T > | inline |
| CCollection(CCollection &&other)=default | swift::misc::CCollection< T > | |
| cend() const | swift::misc::CCollection< T > | inline |
| clear() | swift::misc::CCollection< T > | inline |
| const_iterator typedef | swift::misc::CCollection< T > | |
| const_pointer typedef | swift::misc::CCollection< T > | |
| const_reference typedef | swift::misc::CCollection< T > | |
| contains(const T &object) const | swift::misc::CRangeBase< Derived > | inline |
| contains(K0 k0, V0 v0, KeysValues... keysValues) const | swift::misc::CRangeBase< Derived > | inline |
| containsBy(Predicate p) const | swift::misc::CRangeBase< Derived > | inline |
| convertFromJson(const QJsonObject &json) | swift::misc::CContainerBase< CCollection< T > > | inline |
| convertFromJson(const QString &jsonString, bool acceptCacheFormat=false) | swift::misc::CContainerBase< CCollection< T > > | inline |
| convertFromJsonNoThrow(const QJsonObject &json, const CLogCategoryList &categories, const QString &prefix) | swift::misc::CContainerBase< CCollection< T > > | |
| convertFromJsonNoThrow(const QString &jsonString, const CLogCategoryList &categories, const QString &prefix) | swift::misc::CContainerBase< CCollection< T > > | |
| convertToQString(bool i18n=false) const | swift::misc::CContainerBase< CCollection< T > > | inline |
| difference(const C &other) const | swift::misc::CCollection< T > | inline |
| difference_type typedef | swift::misc::CCollection< T > | |
| empty() const | swift::misc::CCollection< T > | inline |
| end() | swift::misc::CCollection< T > | inline |
| end() const | swift::misc::CCollection< T > | inline |
| equalPointers(const T *a, const U *b) | swift::misc::CRangeBase< Derived > | inlineprotectedstatic |
| equalsBy(const T &other, Predicate c) const | swift::misc::CRangeBase< Derived > | inline |
| equalsByKeys(const T &other, Key0 k0, Keys... keys) const | swift::misc::CRangeBase< Derived > | inline |
| erase(iterator pos) | swift::misc::CCollection< T > | inline |
| erase(iterator it1, iterator it2) | swift::misc::CCollection< T > | inline |
| find(const T &value) | swift::misc::CCollection< T > | inline |
| find(const T &value) const | swift::misc::CCollection< T > | inline |
| findBy(Predicate p) const | swift::misc::CRangeBase< Derived > | inline |
| findBy(K0 k0, V0 v0, KeysValues... keysValues) const | swift::misc::CRangeBase< Derived > | inline |
| findFirstBy(Predicate p) const | swift::misc::CRangeBase< Derived > | inline |
| findFirstBy(K key, V value) const | swift::misc::CRangeBase< Derived > | inline |
| findFirstByOrDefault(Predicate p, const Value &def) const | swift::misc::CRangeBase< Derived > | inline |
| findFirstByOrDefault(Predicate p) const | swift::misc::CRangeBase< Derived > | inline |
| findFirstByOrDefault(K key, V value, const Value &def) const | swift::misc::CRangeBase< Derived > | inline |
| findFirstByOrDefault(K T::*key, V value) const | swift::misc::CRangeBase< Derived > | inline |
| fromJson(const QJsonObject &json) | swift::misc::CContainerBase< CCollection< T > > | inlinestatic |
| fromJson(const QString &jsonString, bool acceptCacheJson=false) | swift::misc::CContainerBase< CCollection< T > > | inlinestatic |
| fromJsonNoThrow(const QString &jsonString, bool acceptCacheJson, bool &success, QString &errMsg) | swift::misc::CContainerBase< CCollection< T > > | inlinestatic |
| getClassName() const | swift::misc::mixin::MetaType< Derived > | |
| getMetaTypeId() const | swift::misc::CContainerBase< CCollection< T > > | inlineprotected |
| insert(const_iterator hint, const T &value) | swift::misc::CCollection< T > | inline |
| insert(const_iterator hint, T &&value) | swift::misc::CCollection< T > | inline |
| insert(const T &value) | swift::misc::CCollection< T > | inline |
| insert(T &&value) | swift::misc::CCollection< T > | inline |
| insert(const CCollection &other) | swift::misc::CCollection< T > | inline |
| insert(CCollection &&other) | swift::misc::CCollection< T > | inline |
| insert(const CRange< I > &range) | swift::misc::CCollection< T > | inline |
| intersection(const C &other) const | swift::misc::CCollection< T > | inline |
| isA(int metaTypeId) const | swift::misc::mixin::MetaType< Derived > | |
| isEmpty() const | swift::misc::CCollection< T > | inline |
| iterator typedef | swift::misc::CCollection< T > | |
| key_type typedef | swift::misc::CCollection< T > | |
| makeUnion(const C &other) const | swift::misc::CCollection< T > | inline |
| marshallToDbus(QDBusArgument &argument) const | swift::misc::CContainerBase< CCollection< T > > | inline |
| marshalToDataStream(QDataStream &stream) const | swift::misc::CCollection< T > | inline |
| operator!=(const CCollection &a, const CCollection &b) | swift::misc::CCollection< T > | friend |
| operator=(const CCollection &other)=default | swift::misc::CCollection< T > | |
| operator=(CCollection &&other)=default | swift::misc::CCollection< T > | |
| operator==(const CCollection &a, const CCollection &b) | swift::misc::CCollection< T > | friend |
| pointer typedef | swift::misc::CCollection< T > | |
| push_back(const T &value) | swift::misc::CCollection< T > | inline |
| push_back(T &&value) | swift::misc::CCollection< T > | inline |
| push_back(const CCollection &other) | swift::misc::CCollection< T > | inline |
| push_back(CCollection &&other) | swift::misc::CCollection< T > | inline |
| push_back(const CRange< I > &range) | swift::misc::CCollection< T > | inline |
| randomElement() const | swift::misc::CRangeBase< Derived > | inline |
| randomElements(int n) const | swift::misc::CRangeBase< Derived > | inline |
| reference typedef | swift::misc::CCollection< T > | |
| registerMetadata() | swift::misc::mixin::MetaType< Derived > | static |
| remove(const T &object) | swift::misc::CCollection< T > | inline |
| remove(const CCollection &other) | swift::misc::CCollection< T > | inline |
| removeIf(Predicate p) | swift::misc::CCollection< T > | inline |
| removeIf(K0 k0, V0 v0, KeysValues... keysValues) | swift::misc::CCollection< T > | inline |
| sampleElements(int n) const | swift::misc::CRangeBase< Derived > | inline |
| size() const | swift::misc::CCollection< T > | inline |
| size_type typedef | swift::misc::CCollection< T > | |
| stringForStreaming() const | swift::misc::mixin::String< Derived > | |
| swap(CCollection &other) noexcept | swift::misc::CCollection< T > | inline |
| to() const | swift::misc::CContainerBase< CCollection< T > > | inline |
| to(Other< T > other) const | swift::misc::CContainerBase< CCollection< T > > | inline |
| toIcon() const | swift::misc::mixin::Icon< CCollection< T > > | |
| toJson() const | swift::misc::CContainerBase< CCollection< T > > | inline |
| toJsonString(QJsonDocument::JsonFormat format=QJsonDocument::Indented) const | swift::misc::CContainerBase< CCollection< T > > | inline |
| toQList() const | swift::misc::CCollection< T > | inline |
| toQString(bool i18n=false) const | swift::misc::mixin::String< Derived > | |
| toStdString(bool i18n=false) const | swift::misc::mixin::String< Derived > | |
| toStringList(bool i18n=false) const | swift::misc::CContainerBase< CCollection< T > > | inline |
| transform(F function) const | swift::misc::CRangeBase< Derived > | inline |
| unmarshalFromDataStream(QDataStream &stream) | swift::misc::CCollection< T > | inline |
| unmarshallFromDbus(const QDBusArgument &argument) | swift::misc::CContainerBase< CCollection< T > > | inline |
| value_type typedef | swift::misc::CCollection< T > | |
| ~CCollection()=default | swift::misc::CCollection< T > | |