就業培訓
下載中心
Wiki
聯絡
登錄
注冊
首頁
Qt 6.5.1
Qt Core
C++ 類
QCache
List of All Members for QCache
這是完整成員列錶為
QCache
,包括繼承的成員。
QCache
(qsizetype)
~QCache
()
clear
()
contains
(const Key &) const : bool
count
() const : qsizetype
insert
(const Key &, T *, qsizetype) : bool
isEmpty
() const : bool
keys
() const : QList<Key>
maxCost
() const : qsizetype
object
(const Key &) const : T *
remove
(const Key &) : bool
setMaxCost
(qsizetype)
size
() const : qsizetype
take
(const Key &) : T *
totalCost
() const : qsizetype
operator[]
(const Key &) const : T *