enum lfds700_list_asu_position

From liblfds.org
Revision as of 16:33, 25 December 2015 by Admin (talk | contribs) (Created page with "{{DISPLAYTITLE:enum lfds700_list_asu_position}} ==Source File== └───liblfds700 └───inc └───liblfds700 lfds700_list_addo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source File

└───liblfds700
    └───inc
        └───liblfds700
                lfds700_list_addonly_singlylinked_unordered.h

Enum

enum lfds700_list_asu_position
{
  LFDS700_LIST_ASU_POSITION_START,
  LFDS700_LIST_ASU_POSITION_END,
  LFDS700_LIST_ASU_POSITION_AFTER
};

Values

LFDS700_LIST_ASU_POSITION_START

Indicate the start of the list.

LFDS700_LIST_ASU_POSITION_END

Indicate the end of the list.

LFDS700_LIST_ASU_POSITION_AFTER

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

Notes

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

See Also