就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 5.15.17
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
对象
(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 *