Cortex  10.0.0-a4
IECore::LRUCache< Key, Value, Policy, GetterKey > Member List

This is the complete list of members for IECore::LRUCache< Key, Value, Policy, GetterKey >, including all inherited members.

cached(const Key &key) const IECore::LRUCache< Key, Value, Policy, GetterKey >
clear()IECore::LRUCache< Key, Value, Policy, GetterKey >
Cost typedef (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >)IECore::LRUCache< Key, Value, Policy, GetterKey >
currentCost() const IECore::LRUCache< Key, Value, Policy, GetterKey >
erase(const Key &key)IECore::LRUCache< Key, Value, Policy, GetterKey >
get(const GetterKey &key)IECore::LRUCache< Key, Value, Policy, GetterKey >
getMaxCost() const IECore::LRUCache< Key, Value, Policy, GetterKey >
GetterFunction typedefIECore::LRUCache< Key, Value, Policy, GetterKey >
KeyType typedef (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >)IECore::LRUCache< Key, Value, Policy, GetterKey >
LRUCache(GetterFunction getter) (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >)IECore::LRUCache< Key, Value, Policy, GetterKey >
LRUCache(GetterFunction getter, Cost maxCost) (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >)IECore::LRUCache< Key, Value, Policy, GetterKey >
LRUCache(GetterFunction getter, RemovalCallback removalCallback, Cost maxCost) (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >)IECore::LRUCache< Key, Value, Policy, GetterKey >
Policy< LRUCache > (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >)IECore::LRUCache< Key, Value, Policy, GetterKey >friend
RemovalCallback typedefIECore::LRUCache< Key, Value, Policy, GetterKey >
set(const Key &key, const Value &value, Cost cost)IECore::LRUCache< Key, Value, Policy, GetterKey >
setMaxCost(Cost maxCost)IECore::LRUCache< Key, Value, Policy, GetterKey >
~LRUCache() (defined in IECore::LRUCache< Key, Value, Policy, GetterKey >)IECore::LRUCache< Key, Value, Policy, GetterKey >virtual