Workspace 6.21.5
ExpiryCache< Key, T > Member List

This is the complete list of members for ExpiryCache< Key, T >, including all inherited members.

capacity() constExpiryCache< Key, T >
clear()ExpiryCache< Key, T >
contains(const Key &key) constExpiryCache< Key, T >
count() constExpiryCache< Key, T >
ExpiryCache(int capacity=100)ExpiryCache< Key, T >
insert(const Key &key, const PtrType &item, int cost=0)ExpiryCache< Key, T >
isEmpty() constExpiryCache< Key, T >
ItemType typedefExpiryCache< Key, T >
object(const Key &key) constExpiryCache< Key, T >
operator[](const Key &key) constExpiryCache< Key, T >
PtrType typedefExpiryCache< Key, T >
setCapacity(int capacity)ExpiryCache< Key, T >
size() constExpiryCache< Key, T >
take(const Key &key)ExpiryCache< Key, T >
totalCost() constExpiryCache< Key, T >
WeakPtrType typedefExpiryCache< Key, T >
~ExpiryCache()ExpiryCache< Key, T >virtual