コード例 #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);}