Documentation

ListNodePrev

ListNodePrev Description Get item before (prev to) given list item

Read More

ListNodePtrAt

ListNodePtrAt Description Reference to node at given index in list

Read More

ListNodeRelative

ListNodeRelative Description Get item relative to given node.

Read More

ListPopBack

ListPopBack Description Pop item from list back.

Read More

ListPopFront

ListPopFront Description Remove item from the very beginning of list.

Read More

ListPtrAt

ListPtrAt Description Pointer to data in node at given index in given list

Read More

ListPushArrL

ListPushArrL Description Push a complete array into this list.

Read More

ListPushBack

ListPushBack Description Push a l-value at the back of list.

Read More

ListPushBackL

ListPushBackL Description Push a l-value at the back of list.

Read More

ListPushBackR

ListPushBackR Description Push a r-value at the back of list.

Read More