enum lfds710_list_asu_position
Jump to navigation
Jump to search
Source File
└───liblfds710 └───inc └───liblfds710 lfds710_list_addonly_singlylinked_unordered.h
Enum
enum lfds710_list_asu_position { LFDS710_LIST_ASU_POSITION_START, LFDS710_LIST_ASU_POSITION_END, LFDS710_LIST_ASU_POSITION_AFTER };
Values
LFDS710_LIST_ASU_POSITION_START
- Indicate the start of the list.
LFDS710_LIST_ASU_POSITION_END
- Indicate the end of the list.
LFDS710_LIST_ASU_POSITION_AFTER
- Indicates after a given element which is already in the list.
Notes
Used by lfds710_list_asu_insert_at_position to select a position in the list to insert a new element.