Active enum value (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
CHashTable(unsigned int defaultSize=DefaultHashSize) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
CHashTable(const CHashTable &Rhs) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Clear() (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Compare(const CHashTable &Rhs) const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
CopyTo(CXArray< Etype > &dstArray) const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Deleted enum value (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Empty enum value (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
FindAndUpdate(Etype &X) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Free() (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
GetCount() const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | inline |
GetFirst() const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
GetHashTableSize() const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
GetNext(HashPos &pos, Etype &element) const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
GetNext(HashPos &pos) const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
GetNextPtr(HashPos &pos) const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
InitFrom(const CXArray< Etype > &dstArray, bool clear=true) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | inline |
InitHashTable(unsigned int elementsNumber) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Insert(const Etype &X) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
InsertAndReplace(const Etype &X) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
IsEmpty() const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
IsFound(const Etype &X) const (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
KindOfEntry enum name (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Merge(const CHashTable &Rhs) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Minimize() (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
operator=(const CHashTable &Rhs) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Remove(const CHashTable &Rhs) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
Remove(const Etype &X, bool enableResize=false) (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | |
~CHashTable() (defined in CHashTable< Etype, HashFunctions >) | CHashTable< Etype, HashFunctions > | virtual |