![]() |
Qt 6.x
The Qt SDK
|
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 noexcept | QCache< Key, T > | inline |
| count() const noexcept | QCache< Key, T > | inline |
| insert(const Key &key, T *object, qsizetype cost=1) | QCache< Key, T > | inline |
| isEmpty() const noexcept | QCache< Key, T > | inline |
| keys() const | QCache< Key, T > | inline |
| maxCost() const noexcept | QCache< Key, T > | inline |
| object(const Key &key) const noexcept | QCache< Key, T > | inline |
| operator[](const Key &key) const noexcept | QCache< Key, T > | inline |
| QCache(qsizetype maxCost=100) noexcept | QCache< 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 noexcept | QCache< Key, T > | inline |
| take(const Key &key) noexcept(std::is_nothrow_destructible_v< Key >) | QCache< Key, T > | inline |
| totalCost() const noexcept | QCache< Key, T > | inline |
| ~QCache() | QCache< Key, T > | inline |