1.2.1
Public Attributes | List of all members
nb_buffer_iterator Struct Reference

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
 

Detailed Description

Structure returned by nb_iterator containing enough information to control a for-loop.

See also
nb_iterator

Member Data Documentation

◆ begin

void* nb_buffer_iterator::begin

Marks the initial data block

◆ end

void* nb_buffer_iterator::end

Marks past the final data block. Do not dereference it.

◆ increment

size_t nb_buffer_iterator::increment

The value to add to the block pointer in each iteration


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