|
CObject
|
CIList virtual table.
#include <CIList.h>
Data Fields | |
| CIListError(* | add )(struct CIList *, void *) |
| CIListError(* | addAt )(struct CIList *, void *, size_t) |
| CIListError(* | get )(struct CIList *, void *, size_t) |
| CIListError(* | remove )(struct CIList *, void *, size_t) |
| void(* | clear )(struct CIList *) |
| size_t(* | size )(struct CIList *) |
| size_t(* | maxSize )(struct CIList *) |