1.2.1
|
Structure returned by nb_iterator containing enough information to control a for-loop. More...
#include <buffer.h>
Public Attributes | |
void * | begin |
void * | end |
size_t | increment |
Structure returned by nb_iterator containing enough information to control a for-loop.
void* nb_buffer_iterator::begin |
Marks the initial data block
void* nb_buffer_iterator::end |
Marks past the final data block. Do not dereference it.
size_t nb_buffer_iterator::increment |
The value to add to the block pointer in each iteration