|
libircbot
library providing a framework for implementing an IRC bot
|
This is the complete list of members for IBHashTable, including all inherited members.
| IBHashTable_count(const IBHashTable *self) | IBHashTable | |
| IBHashTable_create(uint8_t bits) | IBHashTable | |
| IBHashTable_delete(IBHashTable *self, const char *key) | IBHashTable | |
| IBHashTable_destroy(IBHashTable *self) | IBHashTable | |
| IBHashTable_get(const IBHashTable *self, const char *key) | IBHashTable | |
| IBHashTable_iterator(const IBHashTable *self) | IBHashTable | |
| IBHashTable_set(IBHashTable *self, const char *key, void *obj, void(*deleter)(void *)) | IBHashTable |