LinkedList Pile   version 0.0.1
LinkedList pile.
LinkedList Member List

This is the complete list of members for LinkedList, including all inherited members.

append(LinkedList *first_item, LinkedList *new_item)LinkedListinlinestatic
lClear(LinkedList *first_item)LinkedListstatic
lCount(LinkedList *first_item)LinkedListinlinestatic
lExtract(LinkedList *first_item)LinkedList
lFirst(LinkedList *first_item)LinkedListinlinestatic
LinkedList()LinkedListexplicit
lItem(LinkedList *first_item, int index)LinkedListstatic
lLast(LinkedList *first_item)LinkedListstatic
lNext()LinkedListinline
lNextCount()LinkedList
lPopBack(LinkedList *first_item)LinkedListstatic
lPopFront(LinkedList *first_item)LinkedListstatic
lPrevious()LinkedListinline
lPushBack(LinkedList *first_item, LinkedList *new_item)LinkedListstatic
lPushFront(LinkedList *first_item, LinkedList *new_item)LinkedListstatic
preppend(LinkedList *first_item, LinkedList *new_item)LinkedListinlinestatic
~LinkedList()LinkedListvirtual