List object structure. More...
Data Fields | |
LILI_NODE * | lst_head |
LILI_NODE * | lst_tail |
uint_fast8_t | lst_flags |
LiLiItemCreateFunc | lst_icreate |
LiLiItemDestroyFunc | lst_idestroy |
LiLiItemCompareFunc | lst_icompare |
List object structure.
List object type.
Definition at line 90 of file lili.h.
uint_fast8_t LILI::lst_flags |
LiLiItemCreateFunc LILI::lst_icreate |
LiLiItemDestroyFunc LILI::lst_idestroy |
LiLiItemCompareFunc LILI::lst_icompare |