Exemple #1
0
	inline void Remove(const TKey& oKey, bool bRemoveAll=true)
	{
		m_oHash.Remove(oKey, bRemoveAll);
	}
Exemple #2
0
	inline CHashIterator Remove(const CHashIterator& oSrc)
	{
		return m_oHash.Remove(oSrc);
	}