|
libcommonc++
0.7
|
This is the complete list of members for StaticCache< K, T >, including all inherited members.
| AbstractCache(uint_t maxSize) | AbstractCache< K, T > | protected |
| clear() | StaticCache< K, T > | virtual |
| constructItem()=0 | StaticCache< K, T > | protectedpure virtual |
| contains(const K &key) const | AbstractCache< K, T > | |
| get(const K &key) | StaticCache< K, T > | virtual |
| getMaxSize() const | AbstractCache< K, T > | inline |
| getSize() const | AbstractCache< K, T > | inline |
| isEmpty() const | AbstractCache< K, T > | inline |
| isFull() const | AbstractCache< K, T > | inline |
| loadItem(const K &key, T *item)=0 | StaticCache< K, T > | protectedpure virtual |
| onRemove(const K &key, T *item) | AbstractCache< K, T > | protectedvirtual |
| operator[](const K &key) | AbstractCache< K, T > | inline |
| StaticCache(uint_t maxSize) | StaticCache< K, T > | |
| ~AbstractCache() | AbstractCache< K, T > | virtual |
| ~StaticCache() | StaticCache< K, T > | virtual |