All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcLinkedListIterator Struct Reference

Read-only iterator for LinkedList. More...

#include <core/util/collection/kzc_linked_list.h>

Public Attributes

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

Detailed Description

Read-only iterator for LinkedList.

Member Data Documentation

kzBool KzcLinkedListIterator::reversed

The iterator iterates from last to first.

const struct KzcLinkedList* KzcLinkedListIterator::linkedList_private

Linked list associated with this iterator.

const struct KzcLinkedListNode* KzcLinkedListIterator::node_private

Next node to iterate.


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