This is the complete list of members for
osgEarth::LRUCache< K, T >, including all inherited members.
_buf | osgEarth::LRUCache< K, T > | [protected] |
_hits | osgEarth::LRUCache< K, T > | [protected] |
_lru | osgEarth::LRUCache< K, T > | [protected] |
_map | osgEarth::LRUCache< K, T > | [protected] |
_max | osgEarth::LRUCache< K, T > | [protected] |
_queries | osgEarth::LRUCache< K, T > | [protected] |
erase(const K &key) | osgEarth::LRUCache< K, T > | [inline] |
get(const K &key) | osgEarth::LRUCache< K, T > | [inline] |
getMaxSize() const | osgEarth::LRUCache< K, T > | [inline] |
getStats() const | osgEarth::LRUCache< K, T > | [inline] |
insert(const K &key, const T &value) | osgEarth::LRUCache< K, T > | [inline] |
lru_iter typedef | osgEarth::LRUCache< K, T > | [protected] |
lru_type typedef | osgEarth::LRUCache< K, T > | [protected] |
LRUCache(unsigned max=100) | osgEarth::LRUCache< K, T > | [inline] |
map_iter typedef | osgEarth::LRUCache< K, T > | [protected] |
map_type typedef | osgEarth::LRUCache< K, T > | [protected] |
map_value_type typedef | osgEarth::LRUCache< K, T > | [protected] |
setMaxSize(unsigned max) | osgEarth::LRUCache< K, T > | [inline] |