ecu_dlist_citerator Struct Reference
|
ECU
|
ecu_dlist_citerator Struct Reference
Const list iterator. More...
#include <dlist.h>
Collaboration diagram for ecu_dlist_citerator:
Data Fields | |
| const struct ecu_dlist * | list |
| List that is being iterated. List's HEAD is used as a delimiter. | |
| const struct ecu_dnode * | current |
| Current position in list. | |
| const struct ecu_dnode * | next |
| Next position in the list. Allows user to safely add and remove nodes in the middle of an iteration. | |
Detailed Description
Const list iterator.
- Warning
- PRIVATE. Unless otherwise specified, all members can only be edited via the public API.
The documentation for this struct was generated from the following file:
- inc/ecu/dlist.h
Generated by