就业培训
下载中心
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
对象
(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 *