Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzcLinkedListMutableIterator Struct Reference

Mutable iterator for LinkedList. More...

#include <kzc_linked_list.h>

Data Fields

kzBool reversed
 The iterator iterates from last to first. More...
 
struct KzcLinkedListlinkedList_private
 Linked list associated with this iterator. More...
 
struct KzcLinkedListNode * node_private
 Next node to iterate. More...
 

Detailed Description

Mutable iterator for LinkedList.

Field Documentation

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.


The documentation for this struct was generated from the following file: