Point Cloud Library (PCL)  1.14.0-dev
LRUCache< KeyT, CacheItemT > Member List

This is the complete list of members for LRUCache< KeyT, CacheItemT >, including all inherited members.

Cache typedefLRUCache< KeyT, CacheItemT >
cache_LRUCache< KeyT, CacheItemT >
CacheIterator typedefLRUCache< KeyT, CacheItemT >
capacity_LRUCache< KeyT, CacheItemT >
evict(int item_count=1)LRUCache< KeyT, CacheItemT >inline
get(const KeyT &k)LRUCache< KeyT, CacheItemT >inline
hasKey(const KeyT &k)LRUCache< KeyT, CacheItemT >inline
insert(const KeyT &key, const CacheItemT &value)LRUCache< KeyT, CacheItemT >inline
key_index_LRUCache< KeyT, CacheItemT >
KeyIndex typedefLRUCache< KeyT, CacheItemT >
KeyIndexIterator typedefLRUCache< KeyT, CacheItemT >
LRUCache(std::size_t c)LRUCache< KeyT, CacheItemT >inline
setCapacity(std::size_t capacity)LRUCache< KeyT, CacheItemT >inline
size_LRUCache< KeyT, CacheItemT >
sizeOf(const CacheItemT &value)LRUCache< KeyT, CacheItemT >inline
tailItem()LRUCache< KeyT, CacheItemT >inline
touch(const KeyT &key)LRUCache< KeyT, CacheItemT >inline