|
LibreOffice Module sd (master) 1
|
The recently used caches are stored in one queue for each document. More...
Public Types | |
| typedef DocumentKey | key_type |
| typedef RecentlyUsedQueue | mapped_type |
| typedef std::map< key_type, mapped_type >::iterator | iterator |
Public Member Functions | |
| RecentlyUsedPageCaches () | |
| iterator | end () |
| void | clear () |
| iterator | find (const key_type &key) |
| template<class... Args> | |
| std::pair< iterator, bool > | emplace (Args &&... args) |
Private Attributes | |
| std::map< key_type, mapped_type > | maMap |
The recently used caches are stored in one queue for each document.
Definition at line 137 of file SlsPageCacheManager.cxx.
| typedef std::map<key_type,mapped_type>::iterator sd::slidesorter::cache::PageCacheManager::RecentlyUsedPageCaches::iterator |
Definition at line 142 of file SlsPageCacheManager.cxx.
Definition at line 140 of file SlsPageCacheManager.cxx.
| typedef RecentlyUsedQueue sd::slidesorter::cache::PageCacheManager::RecentlyUsedPageCaches::mapped_type |
Definition at line 141 of file SlsPageCacheManager.cxx.
|
inline |
Definition at line 146 of file SlsPageCacheManager.cxx.
|
inline |
Definition at line 149 of file SlsPageCacheManager.cxx.
References maMap.
|
inline |
Definition at line 152 of file SlsPageCacheManager.cxx.
|
inline |
Definition at line 148 of file SlsPageCacheManager.cxx.
References maMap.
|
inline |
Definition at line 150 of file SlsPageCacheManager.cxx.
References maMap.
|
private |