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

Interval iterator for KzuVirtualItemList. More...

#include <kzu_virtual_item_list.h>

Data Fields

struct KzuVirtualItemIterator leftIterator
 Iterator to the left end of the interval. More...
 
struct KzuVirtualItemIterator rightIterator
 Iterator to the right end of the interval. More...
 

Detailed Description

Interval iterator for KzuVirtualItemList.

Keeps track of indices, offsets and item widths at the ends of the interval.

Handles operations with special care on the interval aspect. Note: This struct is to be used through the functions provided in kzu_virtual_item_list.h The struct may change arbitrarily at any time and is public only to allow creation in stack.

Field Documentation

struct KzuVirtualItemIterator KzuVirtualItemIntervalIterator::leftIterator

Iterator to the left end of the interval.

struct KzuVirtualItemIterator KzuVirtualItemIntervalIterator::rightIterator

Iterator to the right end of the interval.


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