|
LibreOffice Module stoc (master) 1
|
#include <rtl/ustring.hxx>#include <memory>#include <mutex>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | LRU_Cache< t_Key, t_Val, t_KeyHash > |
| Implementation of a least recently used (lru) cache. More... | |
| struct | LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry |
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::uno |
Typedefs | |
| typedef LRU_Cache< OUString, css::uno::Any, OUStringHash > | LRU_CacheAnyByOUString |
| Template instance for OUString keys, Any values. More... | |
| typedef LRU_Cache< OUString, css::uno::Any, OUStringHash > LRU_CacheAnyByOUString |