Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QCache< Key, T > Member List

This is the complete list of members for QCache< Key, T >, including all inherited members.

clear() noexcept(std::is_nothrow_destructible_v< Node >)QCache< Key, T >inline
contains(const Key &key) const noexceptQCache< Key, T >inline
count() const noexceptQCache< Key, T >inline
insert(const Key &key, T *object, qsizetype cost=1)QCache< Key, T >inline
isEmpty() const noexceptQCache< Key, T >inline
keys() constQCache< Key, T >inline
maxCost() const noexceptQCache< Key, T >inline
object(const Key &key) const noexceptQCache< Key, T >inline
operator[](const Key &key) const noexceptQCache< Key, T >inline
QCache(qsizetype maxCost=100) noexceptQCache< Key, T >inlineexplicit
remove(const Key &key) noexcept(std::is_nothrow_destructible_v< Node >)QCache< Key, T >inline
setMaxCost(qsizetype m) noexcept(std::is_nothrow_destructible_v< Node >)QCache< Key, T >inline
size() const noexceptQCache< Key, T >inline
take(const Key &key) noexcept(std::is_nothrow_destructible_v< Key >)QCache< Key, T >inline
totalCost() const noexceptQCache< Key, T >inline
~QCache()QCache< Key, T >inline