Mutable iterator for LinkedList. More...
#include <core/util/collection/kzc_linked_list.h>
Public Attributes | |
| 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... | |
Mutable iterator for LinkedList.
| kzBool KzcLinkedListMutableIterator::reversed |
The iterator iterates from last to first.
| struct KzcLinkedList* KzcLinkedListMutableIterator::linkedList_private |
Linked list associated with this iterator.
| struct KzcLinkedListNode* KzcLinkedListMutableIterator::node_private |
Next node to iterate.