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

Automatic pointers are pointers wrapped by information of where they were issued. More...

#include <automatic-pool.h>

Collaboration diagram for uel_autoptr:
Collaboration graph
[legend]

Data Fields

void * object
 A pointer to the wrapped object.
 
struct uel_autopoolsource
 The pool where the autoptr object was issued.
 

Detailed Description

Automatic pointers are pointers wrapped by information of where they were issued.

Upon deallocation, an object wrapped by an autoptr is automatically returned to its original pool. Automatic pointers are meant to be pooled themselves.

The programmer can safely cast a uel_autoptr_t to a void * or a pointer to whatever type the wrapped object is.


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