Searched defs:CListCache (Results 1 – 2 of 2) sorted by relevance
9 class CListCache; variable13 friend class CListCache; variable
9 CListCache(ListType type) : m_type(type) { ASSERT(type != LT_MAX); } in CListCache() function