List object structure. More...
#include <lili.h>
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.
Referenced by LiLiClean(), LiLiInsertItemAfterNode(), LiLiInsertItemBeforeNode(), and LiLiRemoveNode().
Referenced by LiLiClean(), LiLiInsertItemAfterNode(), LiLiInsertItemBeforeNode(), and LiLiRemoveNode().
Referenced by LiLiCreate().
Referenced by LiLiCreate(), LiLiInsertItemAfterNode(), and LiLiInsertItemBeforeNode().
Referenced by LiLiClean(), and LiLiCreate().
Referenced by LiLiCreate(), LiLiFindItem(), LiLiLocateItem(), and LiLiPushItem().