Qt 5.15
Qt Core
C++ Classes
ConstIterator
Qt 5.15.3 Reference Documentation
List of All Members for ConstIterator
This is the complete list of members for
QCborMap::ConstIterator
, including inherited members.
ConstIterator
(const ConstIterator &)
ConstIterator
()
typedef
iterator_category
operator=
(const ConstIterator &) : ConstIterator &
key
() const : QCborValue
value
() const : QCborValueRef
operator!=
(const Iterator &) const : bool
operator!=
(const ConstIterator &) const : bool
operator*
() const : ConstIterator::value_type
operator+
(int ) const : ConstIterator
operator++
() : ConstIterator &
operator++
(
int
) : ConstIterator
operator+=
(int ) : ConstIterator &
operator-
(int ) const : ConstIterator
operator-
(
ConstIterator
) const : int
operator--
() : ConstIterator &
operator--
(
int
) : ConstIterator
operator-=
(int ) : ConstIterator &
operator->
() const : const QCborValueRef *
operator<
(const Iterator &) const : bool
operator<
(const ConstIterator &) const : bool
operator<=
(const Iterator &) const : bool
operator<=
(const ConstIterator &) const : bool
operator==
(const Iterator &) const : bool
operator==
(const ConstIterator &) const : bool
operator>
(const Iterator &) const : bool
operator>
(const ConstIterator &) const : bool
operator>=
(const Iterator &) const : bool
operator>=
(const ConstIterator &) const : bool