FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
SLLItem
* SLList::getNext
(
)
inline
Definition at line
45
of file
sllist.hxx
.
References
SLLItem::next
.
Referenced by
main()
.
46
{
47
DISABLE_AST
48
if
(!
curr
)
49
curr
=
head
;
50
curr
=
curr
->
next
;
51
ENABLE_AST
52
return
(
curr
);
53
}
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