|
Kanzi Graphics Engine
|
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... | |
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.
| struct KzuVirtualItemIterator KzuVirtualItemIntervalIterator::leftIterator |
Iterator to the left end of the interval.
| struct KzuVirtualItemIterator KzuVirtualItemIntervalIterator::rightIterator |
Iterator to the right end of the interval.