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