FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
SLList::head
SLLItem * head
Definition:
sllist.hxx:14
SLLItem::next
SLLItem * next
Definition:
sllist.hxx:6
SLList::curr
SLLItem * curr
Definition:
sllist.hxx:15
Here is the caller graph for this function:
SLList
Generated on Sun Sep 18 2016 20:50:58 for FACT++ by
1.8.11