コード例 #1
0
	/** flush (clear) the cache */
	inline void Flush()
	{
		m_map.Clear();
		m_heap.Clear();
	}
コード例 #2
0
ファイル: yapf_costcache.hpp プロジェクト: blackberry/OpenTTD
	/** flush (clear) the cache */
	FORCEINLINE void Flush()
	{
		m_map.Clear();
		m_heap.Clear();
	}