cf_list_init¶
Category: list
GitHub: cute_doubly_list.h
Intializes a list.
Parameters | Description |
---|---|
list | The list. |
Remarks¶
As an optimization the list contains a dummy node inside of it. To traverse this list, use cf_list_begin and cf_list_end in a for loop. See cf_list_begin for an example.
Related Pages¶
CF_ListNode
CF_List
CF_LIST_NODE
CF_LIST_HOST
cf_list_init_node
cf_list_back
cf_list_push_front
cf_list_push_back
cf_list_remove
cf_list_pop_front
cf_list_pop_back
cf_list_empty
cf_list_begin
cf_list_end
cf_list_front