|
Kanzi Graphics Engine
|
Read-only iterator for LinkedList. More...
#include <kzc_linked_list.h>
Data Fields | |
| kzBool | reversed |
| The iterator iterates from last to first. More... | |
| struct KzcLinkedList * | linkedList_private |
| Linked list associated with this iterator. More... | |
| struct KzcLinkedListNode * | node_private |
| Next node to iterate. More... | |
Read-only iterator for LinkedList.
| kzBool KzcLinkedListIterator::reversed |
The iterator iterates from last to first.
| struct KzcLinkedList* KzcLinkedListIterator::linkedList_private |
Linked list associated with this iterator.
| struct KzcLinkedListNode* KzcLinkedListIterator::node_private |
Next node to iterate.