예제 #1
0
파일: cache.hpp 프로젝트: MarkusKull/aspell
static inline void release_cache_data(const GlobalCacheBase * c, const Cacheable * d)
{
  release_cache_data(const_cast<GlobalCacheBase *>(c),d);
}
예제 #2
0
파일: cache.hpp 프로젝트: MarkusKull/aspell
 void release() const {release_cache_data(cache,this);} // Acquires cache->lock
예제 #3
0
파일: cache.hpp 프로젝트: Distrotech/aspell
 void release() const {release_cache_data(cache,this);}