FACT++  1.0
SLLItem* SLList::getHead ( )
inline

Definition at line 40 of file sllist.hxx.

References SLLItem::next.

Referenced by main().

41  {
42  curr = head->next;
43  return( head->next );
44  }
SLLItem * head
Definition: sllist.hxx:14
SLLItem * next
Definition: sllist.hxx:6
SLLItem * curr
Definition: sllist.hxx:15

+ Here is the caller graph for this function: