List of All Members for QCache
This is the complete list of members for QCache, including inherited members.
- ~QCache()
- clear()
- contains(const Key &) const : bool
- count() const : int
- insert(const Key &, T *, int ) : bool
- isEmpty() const : bool
- keys() const : QList<Key>
- maxCost() const : int
- object(const Key &) const : T *
- remove(const Key &) : bool
- setMaxCost(int )
- size() const : int
- take(const Key &) : T *
- totalCost() const : int
- operator[](const Key &) const : T *