libircbot
library providing a framework for implementing an IRC bot
Loading...
Searching...
No Matches
IBList Member List

This is the complete list of members for IBList, including all inherited members.

IBList_append(IBList *self, void *obj, void(*deleter)(void *))IBList
IBList_at(const IBList *self, size_t idx)IBList
IBList_create(void)IBList
IBList_destroy(IBList *self)IBList
IBList_fromString(const char *str, const char *delim)IBList
IBList_iterator(const IBList *self)IBList
IBList_remove(IBList *self, void *obj)IBList
IBList_removeAll(IBList *self, int(*matcher)(void *, const void *), const void *arg)IBList
IBList_size(const IBList *self)IBList