iterable_init function <BLOC/iterator.h>

The iterable_init function initialises the Iterable header structure for an iterable object. All iterable objects should call this when first created, in their constructor function.

Syntax

void
iterable_init(
	struct Iterable *header
);

Parameters

header

A pointer to the iterable object's Iterable header structure.