CopperSpice API
1.9.2
|
This is the complete list of members for QCache< Key, T >, including all inherited members.
QCache(int maxCost=100) | QCache< Key, T > | inlineexplicit |
clear() | QCache< Key, T > | inline |
contains(const Key &key) const | QCache< Key, T > | inline |
count() const | QCache< Key, T > | inline |
insert(const Key &key, T *object, int cost=1) | QCache< Key, T > | |
isEmpty() const | QCache< Key, T > | inline |
keys() const | QCache< Key, T > | inline |
maxCost() const | QCache< Key, T > | inline |
object(const Key &key) const | QCache< Key, T > | inline |
operator[](const Key &key) const | QCache< Key, T > | inline |
remove(const Key &key) | QCache< Key, T > | inline |
setMaxCost(int cost) | QCache< Key, T > | inline |
size() const | QCache< Key, T > | inline |
take(const Key &key) | QCache< Key, T > | inline |
totalCost() const | QCache< Key, T > | inline |
~QCache() | QCache< Key, T > | inline |