就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 5.15.17
Qt Core
C++ 类
QContiguousCache
List of All Members for QContiguousCache
这是完整成员列表为
QContiguousCache
,包括继承的成员。
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 &