LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | List of all members
sd::slidesorter::cache::PageCacheManager::PageCacheContainer::CompareWithCache Class Reference

Compare entries in the cache container with respect to the cache address only. More...

Public Member Functions

 CompareWithCache (std::shared_ptr< BitmapCache > pCache)
 
bool operator() (const PageCacheContainer::value_type &rValue) const
 

Private Attributes

std::shared_ptr< BitmapCachempCache
 

Detailed Description

Compare entries in the cache container with respect to the cache address only.

Definition at line 125 of file SlsPageCacheManager.cxx.

Constructor & Destructor Documentation

◆ CompareWithCache()

sd::slidesorter::cache::PageCacheManager::PageCacheContainer::CompareWithCache::CompareWithCache ( std::shared_ptr< BitmapCache pCache)
inlineexplicit

Definition at line 126 of file SlsPageCacheManager.cxx.

Member Function Documentation

◆ operator()()

bool sd::slidesorter::cache::PageCacheManager::PageCacheContainer::CompareWithCache::operator() ( const PageCacheContainer::value_type &  rValue) const
inline

Definition at line 128 of file SlsPageCacheManager.cxx.

References mpCache.

Member Data Documentation

◆ mpCache

std::shared_ptr<BitmapCache> sd::slidesorter::cache::PageCacheManager::PageCacheContainer::CompareWithCache::mpCache
private

Definition at line 131 of file SlsPageCacheManager.cxx.

Referenced by operator()().


The documentation for this class was generated from the following file: