ListGetNext |
01 | Returns the current list entry and increments the iterator. |
02 |
ListEntry *ListGetNext(ListEntry **le); |
03 |
Parameters:
|
04 | See the example at ListEntry.09 for a usage of iterators. |
05 |
Reference: SemysList.h Implementation: Semys Library See Also: List Sub-System, ListEntry, ListGetPrev() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |