This is the complete list of members for mitsuba::LRUCache< K, KComp, V >, including all inherited members.
cache_type typedef | mitsuba::LRUCache< K, KComp, V > | |
decRef(bool autoDeallocate=true) const | Object | |
dummy_type typedef | mitsuba::LRUCache< K, KComp, V > | |
get(const K &k, bool &hit) | mitsuba::LRUCache< K, KComp, V > | inline |
get_keys(IT dst) const | mitsuba::LRUCache< K, KComp, V > | inline |
getClass() const | Object | virtual |
getRefCount() const | Object | inline |
incRef() const | Object | |
insert(const K &k, const V &v) | mitsuba::LRUCache< K, KComp, V > | inlineprotected |
isFull() const | mitsuba::LRUCache< K, KComp, V > | inline |
LRUCache() | mitsuba::LRUCache< K, KComp, V > | inline |
LRUCache(size_t capacity, const boost::function< V(const K &)> &generatorFunction, const boost::function< void(const V &)> &cleanupFunction=NULL) | mitsuba::LRUCache< K, KComp, V > | inline |
m_theClass | Object | static |
Object() | Object | |
staticInitialization() | Object | static |
staticShutdown() | Object | static |
toString() const | Object | virtual |
~LRUCache() | mitsuba::LRUCache< K, KComp, V > | inlinevirtual |
~Object() | Object | protectedvirtual |