CObject
|
#include <CIList.h>
Functions | |
CIListError | CIList_Add (struct CIList *self, void *element) |
CIListError | CIList_AddAt (struct CIList *self, void *element, size_t index) |
CIListError | CIList_Get (struct CIList *self, void *element, size_t index) |
CIListError | CIList_Remove (struct CIList *self, void *element, size_t index) |
void | CIList_Clear (struct CIList *self) |
size_t | CIList_Size (struct CIList *self) |
size_t | CIList_MaxSize (struct CIList *self) |