예제 #1
0
파일: Hash.hpp 프로젝트: nightstyles/focp
	inline CHashIterator GetPrev(const CHashIterator& oSrc) const
	{
		return m_oHash.GetPrev(oSrc);
	}