OODuck  0.5
C Oriented Object framework with duck-typing support
List Member List

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

append(void *self, const void *obj)List
clear(void *self)Iterable
contains(const void *self, const void *object)Iterable
equal(const void *self, const void *other)Object
get(const void *self, int idx)List
insert(void *self, int i, const void *obj)List
length(const void *self)List
next(const void *self, const void *iterator)Iterable
pop(const void *self, int i)List
preprend(void *self, const void *obj)List
ref(void *self)Object
unref(void *self)Object