CXpHashTable< KEY, TYPE > Member List
This is the complete list of members for CXpHashTable< KEY, TYPE >, including all inherited members.
Copy(const CXpHashTable &HashTable) | CXpHashTable< KEY, TYPE > | inline |
CPtrArray typedef | CXpHashTable< KEY, TYPE > | protected |
CXpHashTable(const INT_PTR nHashTableSize, const bool bCalculate=true) | CXpHashTable< KEY, TYPE > | |
Difference(const CXpHashTable &HashTable, CXpHashTable &Result) | CXpHashTable< KEY, TYPE > | inline |
FindKey(const KEY &Key) const | CXpHashTable< KEY, TYPE > | inline |
FindValue(const KEY &Key, TYPE &Value) const | CXpHashTable< KEY, TYPE > | inline |
GetBucket(const KEY &Key) const | CXpHashTable< KEY, TYPE > | inlineprotected |
GetClosestPrime(const INT_PTR nNbr) | CXpHashTable< KEY, TYPE > | protected |
GetCount() const | CXpHashTable< KEY, TYPE > | inline |
GetFirst() const | CXpHashTable< KEY, TYPE > | inline |
GetKey(const TXpTableItem Item) const | CXpHashTable< KEY, TYPE > | inline |
GetNext(const TXpTableItem Item) const | CXpHashTable< KEY, TYPE > | inline |
GetPair(const TXpTableItem Item, KEY &Key, TYPE &Value) const | CXpHashTable< KEY, TYPE > | inline |
GetValue(const TXpTableItem Item) const | CXpHashTable< KEY, TYPE > | inline |
GetValue(const TXpTableItem Item) | CXpHashTable< KEY, TYPE > | inline |
HasKey(const KEY &Key) const | CXpHashTable< KEY, TYPE > | inline |
Insert(const KEY &Key, const TYPE &Value) | CXpHashTable< KEY, TYPE > | inline |
Intersection(const CXpHashTable &HashTable, CXpHashTable &Result) | CXpHashTable< KEY, TYPE > | inline |
IsPrime(const INT_PTR nNbr) | CXpHashTable< KEY, TYPE > | protected |
m_Buckets | CXpHashTable< KEY, TYPE > | protected |
m_nCount | CXpHashTable< KEY, TYPE > | protected |
operator=(const CXpHashTable &HashTable) | CXpHashTable< KEY, TYPE > | protected |
operator==(const CXpHashTable &HashTable) const | CXpHashTable< KEY, TYPE > | inline |
Remove(const KEY &Key) | CXpHashTable< KEY, TYPE > | inline |
RemoveAll() | CXpHashTable< KEY, TYPE > | inline |
Union(const CXpHashTable &HashTable, CXpHashTable &Result) | CXpHashTable< KEY, TYPE > | inline |
~CXpHashTable() | CXpHashTable< KEY, TYPE > | virtual |