就業培訓
下載中心
Wiki
聯絡
登錄
注冊
首頁
Qt 4.8.7
QtCore
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 *