FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
SLLItem
* SLList::removeHead
(
)
inline
Definition at line
54
of file
sllist.hxx
.
References
SLLItem::next
.
55
{
56
SLLItem
*ptr;
57
58
DISABLE_AST
59
ptr =
head
->
next
;
60
if
(ptr)
61
{
62
head
->
next
= ptr->
next
;
63
curr
=
head
->
next
;
64
}
65
ENABLE_AST
66
return
( ptr);
67
}
SLList::head
SLLItem * head
Definition:
sllist.hxx:14
SLLItem
Definition:
sllist.hxx:4
SLLItem::next
SLLItem * next
Definition:
sllist.hxx:6
SLList::curr
SLLItem * curr
Definition:
sllist.hxx:15
SLList
Generated on Sun Sep 18 2016 20:50:58 for FACT++ by
1.8.11