Containers
LinkedList.h

LinkedList::Begin

Returns the index to the first member of the list
Description
Returns the index to the first member of the list. If the list is empty, this function will
return LList::NoIndex.
Prototype
unsigned int Begin();
See Also
LinkedList::End
LinkedList::Front
LinkedList::Back