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