QCache< Key, T > Member List

This is the complete list of members for QCache< Key, T >, including all inherited members.
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]
QCache(int maxCost=100)QCache< Key, T > [inline, explicit]
remove(const Key &key)QCache< Key, T > [inline]
setMaxCost(int m)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]