Qt 6.7
Qt Core
C++ Classes
QCache
Qt 6.7.2 Reference Documentation
List of All Members for QCache
This is the complete list of members for
QCache
, including inherited members.
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 *