#include <viewiterator.h>
Public Attributes | |
View * | view |
size_t | vPos |
size_t | chunkSize |
unsigned int | ntuple |
unsigned int | ituple |
ListNode * | lnode |
unsigned int | ituplePos |
unsigned int | itupleEnd |
char * | segAddr |
|
The default chunk size to get each time. |
|
The current tuple index we are using. |
|
The end index of the current tuple. |
|
The index within the tuple we are using. |
|
The current Listnode (tuple) address we are using. |
|
The number of tuples in this view. |
|
The current segment address value. |
|
A pointer to the view we are iterating throug. |
|
Our current position in the view. |