Containers
LinkedList.h
LinkedList::BeginReturns the index to the first member of the listDescription
Returns the index to the first member of the list. If the list is empty, this function willreturn LList::NoIndex.Prototype
unsigned int Begin();See Also
LinkedList::EndLinkedList::Front LinkedList::Back |