- cpHashSetCount
int cpHashSetCount(cpHashSet* set)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpHashSetEach
void cpHashSetEach(cpHashSet* set, cpHashSetIteratorFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpHashSetFilter
void cpHashSetFilter(cpHashSet* set, cpHashSetFilterFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpHashSetFind
void* cpHashSetFind(cpHashSet* set, cpHashValue hash, void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpHashSetFree
void cpHashSetFree(cpHashSet* set)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpHashSetInsert
void* cpHashSetInsert(cpHashSet* set, cpHashValue hash, void* ptr, void* data, cpHashSetTransFunc trans)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpHashSetNew
cpHashSet* cpHashSetNew(int size, cpHashSetEqlFunc eqlFunc)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpHashSetRemove
void* cpHashSetRemove(cpHashSet* set, cpHashValue hash, void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpHashSetResize
void cpHashSetResize(cpHashSet* set)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpHashSetSetDefaultValue
void cpHashSetSetDefaultValue(cpHashSet* set, void* default_value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUnusedBin
cpHashSetBin* getUnusedBin(cpHashSet* set)
Undocumented in source. Be warned that the author may not have intended to support it.
- recycleBin
void recycleBin(cpHashSet* set, cpHashSetBin* bin)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIsFull
int setIsFull(cpHashSet* set)
Undocumented in source. Be warned that the author may not have intended to support it.