Point Cloud Library (PCL)
1.14.1-dev
|
This is the complete list of members for LRUCache< KeyT, CacheItemT >, including all inherited members.
Cache typedef | LRUCache< KeyT, CacheItemT > | |
cache_ | LRUCache< KeyT, CacheItemT > | |
CacheIterator typedef | LRUCache< 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 typedef | LRUCache< KeyT, CacheItemT > | |
KeyIndexIterator typedef | LRUCache< 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 |