ecu_dlist_iterator Struct Reference

ECU: ecu_dlist_iterator Struct Reference
ECU
ecu_dlist_iterator Struct Reference

Non-const list iterator. More...

#include <dlist.h>

Collaboration diagram for ecu_dlist_iterator:
[legend]

Data Fields

struct ecu_dlistlist
 List that is being iterated. List's HEAD is used as a delimiter.
 
struct ecu_dnodecurrent
 Current position in list.
 
struct ecu_dnodenext
 Next position in the list. Allows user to safely add and remove nodes in the middle of an iteration.
 

Detailed Description

Non-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: