poser
A C framework for POsix SERvices
|
This is the complete list of members for PSC_List, including all inherited members.
PSC_List_append(PSC_List *self, void *obj, void(*deleter)(void *)) | PSC_List | |
PSC_List_at(const PSC_List *self, size_t idx) | PSC_List | |
PSC_List_create(void) | PSC_List | |
PSC_List_destroy(PSC_List *self) | PSC_List | |
PSC_List_fromString(const char *str, const char *delim) | PSC_List | |
PSC_List_iterator(const PSC_List *self) | PSC_List | |
PSC_List_remove(PSC_List *self, void *obj) | PSC_List | |
PSC_List_removeAll(PSC_List *self, int(*matcher)(void *, const void *), const void *arg) | PSC_List | |
PSC_List_size(const PSC_List *self) | PSC_List |