FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
DLLItem
* DLList::getHead
(
)
inline
Definition at line
44
of file
dllist.hxx
.
References
DLLItem::next
.
45
{
46
DISABLE_AST
47
if
(
head
->
next
==
head
)
48
{
49
ENABLE_AST
50
return
((
DLLItem
*)0);
51
}
52
curr
=
head
->
next
;
53
ENABLE_AST
54
return
(
head
->
next
);
55
}
DLLItem::next
DLLItem * next
Definition:
dllist.hxx:6
DLList::head
DLLItem * head
Definition:
dllist.hxx:16
DLList::curr
DLLItem * curr
Definition:
dllist.hxx:17
DLLItem
Definition:
dllist.hxx:4
DLList
Generated on Sun Sep 18 2016 20:50:49 for FACT++ by
1.8.11