enum lfds711_list_asu_position

From liblfds.org
Revision as of 18:11, 16 February 2017 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source File

└───liblfds711
    └───inc
        └───liblfds711
                lfds711_list_addonly_singlylinked_unordered.h

Enum

enum lfds711_list_asu_position
{
  LFDS711_LIST_ASU_POSITION_START,
  LFDS711_LIST_ASU_POSITION_END,
  LFDS711_LIST_ASU_POSITION_AFTER
};

Values

LFDS711_LIST_ASU_POSITION_START

Indicate the start of the list.

LFDS711_LIST_ASU_POSITION_END

Indicate the end of the list.

LFDS711_LIST_ASU_POSITION_AFTER

Indicates after a given element which is already in the list.

Notes

Used by lfds711_list_asu_insert_at_position to select a position in the list to insert a new element.

See Also