Qt 5.15
Qt Core
C++ Classes
QContiguousCache
Qt 5.15.8 Reference Documentation
List of All Members for QContiguousCache
This is the complete list of members for
QContiguousCache
, including inherited members.
QContiguousCache
(const QContiguousCache<T> &)
QContiguousCache
(int )
operator=
(QContiguousCache<T> &&) : QContiguousCache<T> &
operator=
(const QContiguousCache<T> &) : QContiguousCache<T> &
~QContiguousCache
()
append
(const T &)
areIndexesValid
() const : bool
at
(int ) const : const T &
available
() const : int
capacity
() const : int
clear
()
containsIndex
(int ) const : bool
count
() const : int
first
() : T &
first
() const : const T &
firstIndex
() const : int
insert
(int , const T &)
isEmpty
() const : bool
isFull
() const : bool
last
() : T &
last
() const : const T &
lastIndex
() const : int
normalizeIndexes
()
prepend
(const T &)
removeFirst
()
removeLast
()
setCapacity
(int )
size
() const : int
swap
(QContiguousCache<T> &)
takeFirst
() : T
takeLast
() : T
operator!=
(const QContiguousCache<T> &) const : bool
operator==
(const QContiguousCache<T> &) const : bool
operator[]
(int ) : T &
operator[]
(int ) const : const T &