ecu_dlist_citerator Struct Reference

ECU: ecu_dlist_citerator Struct Reference
ECU
ecu_dlist_citerator Struct Reference

Const list iterator. More...

#include <dlist.h>

Collaboration diagram for ecu_dlist_citerator:
[legend]

Data Fields

const struct ecu_dlistlist
 List that is being iterated. List's HEAD is used as a delimiter.
 
const struct ecu_dnodecurrent
 Current position in list.
 
const struct ecu_dnodenext
 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: