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

Maps elements of an iterator to an area of memory. Each element is assigned to a void pointer slot. More...

Collaboration diagram for uel_func_mapper_t:
Collaboration graph
[legend]

Data Fields

uel_iterator_t * iterator
 The iterator that enumerates the elements to be mapped.
 
void ** destination
 The area of memory to where elements will be mapped.
 
size_t limit
 The maximum size of slots to be mapped to.
 

Detailed Description

Maps elements of an iterator to an area of memory. Each element is assigned to a void pointer slot.


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