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

Automatic pools are wrappers to object pools. They manage the acquisition and release cycle from objects issued at the pool by wrapping them in automatic pointers. More...

Collaboration diagram for uel_autopool_t:
Collaboration graph
[legend]

Data Fields

uel_objpool_t autoptr_pool
 The object pool that holds autopointers.
 
uel_closure_t constructor
 The constructor closure.
 
uel_closure_t destructor
 The destructor closure.
 

Detailed Description

Automatic pools are wrappers to object pools. They manage the acquisition and release cycle from objects issued at the pool by wrapping them in automatic pointers.


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