the enum for specifying whether to add the element before/after the current element. It is used in BSL_LIST_AddElement() @datastruct BSL_LIST_POS_BEFORE Indication to to add the element before the current element. @datastruct BSL_LIST_POS_AFTER Indication to to add the element after the current element. @datastruct BSL_LIST_POS_BEGIN Indication to to add the element at the beginning of the list. @datastruct BSL_LIST_POS_END Indication to to add the element at the end of the list.
Enumerator |
---|
BSL_LIST_POS_BEFORE | Indication to to add the element before the current element
|
BSL_LIST_POS_AFTER | Indication to to add the element after the current element
|
BSL_LIST_POS_BEGIN | Indication to to add the element at the beginning of the list
|
BSL_LIST_POS_END | Indication to to add the element at the end of the list
|