Documentation of data structures and typedefs provided by the linked list utility.
Data Structures | |
struct | cy_linked_list_node_t |
Linked list node object. More... | |
struct | cy_linked_list_t |
Linked list object. More... | |
Typedefs | |
typedef bool(* | cy_linked_list_compare_callback_t) (cy_linked_list_node_t *node_to_compare, void *user_data) |
Callback to compare the data in the node for find routine. | |