µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
Data Fields
uel_iterator_array_t Struct Reference

A specialised iterator suitable for iterating over arrays of arbitrary data. More...

Collaboration diagram for uel_iterator_array_t:
Collaboration graph
[legend]

Data Fields

uel_iterator_t base
 The base iterator interface.
 
size_t item_count
 The number of elements in the array.
 
size_t item_size
 The size of each element in the array.
 

Detailed Description

A specialised iterator suitable for iterating over arrays of arbitrary data.


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