Qt 6.0
Qt Core
C++ Classes
QContiguousCache
Qt 6.0.0 Reference Documentation
List of All Members for QContiguousCache
This is the complete list of members for
QContiguousCache
, including inherited members.
QContiguousCache
(const QContiguousCache<T> &)
operator=
(QContiguousCache<T> &&) : QContiguousCache<T> &
operator=
(const QContiguousCache<T> &) : QContiguousCache<T> &
~QContiguousCache
()
append
(const T &)
areIndexesValid
() const : bool
available
() const : qsizetype
capacity
() const : qsizetype
clear
()
count
() const : qsizetype
first
() : T &
first
() const : const T &
firstIndex
() const : qsizetype
isEmpty
() const : bool
isFull
() const : bool
last
() : T &
last
() const : const T &
lastIndex
() const : qsizetype
normalizeIndexes
()
prepend
(const T &)
removeFirst
()
removeLast
()
size
() const : qsizetype
swap
(QContiguousCache<T> &)
takeFirst
() : T
takeLast
() : T
operator!=
(const QContiguousCache<T> &) const : QTypeTraits::compare_eq_result<U>
operator==
(const QContiguousCache<T> &) const : QTypeTraits::compare_eq_result<U>