#include <QueryHashGroup.h>
Public Member Functions | |
CQueryHashGroup (DWORD nHash=0) | |
virtual | ~CQueryHashGroup () |
void | Add (CQueryHashTable *pTable) |
void | Remove (CQueryHashTable *pTable) |
POSITION | GetIterator () const |
CQueryHashTable * | GetNext (POSITION &pos) const |
int | GetCount () const |
Public Attributes | |
BYTE * | m_pHash |
DWORD | m_nHash |
DWORD | m_nCount |
Protected Member Functions | |
void | Operate (CQueryHashTable *pTable, BOOL nAdd) |
Protected Attributes | |
CPtrList | m_pTables |
|
Definition at line 39 of file QueryHashGroup.cpp. References CSettings::Library, m_nCount, m_nHash, m_pHash, CSettings::sLibrary::QueryRouteSize, and Settings. |
|
Definition at line 47 of file QueryHashGroup.cpp. |
|
Definition at line 64 of file QueryHashGroup.cpp. References CQueryHashMaster::Invalidate(), CQueryHashTable::m_pGroup, m_pTables, NULL, Operate(), and QueryHashMaster. Referenced by CQueryHashMaster::Add(). |
|
Definition at line 64 of file QueryHashGroup.h. References m_pTables. Referenced by CQueryHashMaster::Add(), and CQueryHashMaster::Remove(). |
|
Definition at line 54 of file QueryHashGroup.h. References m_pTables. |
|
Definition at line 59 of file QueryHashGroup.h. References m_pTables. |
|
Definition at line 98 of file QueryHashGroup.cpp. References m_nHash, CQueryHashTable::m_nHash, CQueryHashTable::m_pHash, m_pHash, and NULL. |
|
Definition at line 80 of file QueryHashGroup.cpp. References CQueryHashMaster::Invalidate(), CQueryHashTable::m_pGroup, m_pTables, NULL, Operate(), and QueryHashMaster. Referenced by CQueryHashMaster::Remove(). |
|
Definition at line 41 of file QueryHashGroup.h. Referenced by CQueryHashGroup(), and CQueryHashTable::OnPatch(). |
|
Definition at line 40 of file QueryHashGroup.h. Referenced by CQueryHashMaster::Add(), CQueryHashGroup(), CQueryHashTable::Merge(), CQueryHashTable::OnPatch(), Operate(), and ~CQueryHashGroup(). |
|
Definition at line 39 of file QueryHashGroup.h. Referenced by CQueryHashGroup(), CQueryHashTable::Merge(), CQueryHashTable::OnPatch(), Operate(), and ~CQueryHashGroup(). |
|
Definition at line 43 of file QueryHashGroup.h. Referenced by Add(), GetCount(), GetIterator(), GetNext(), and Remove(). |