ecu_ntnode_postorder_iterator Struct Reference

ECU: ecu_ntnode_postorder_iterator Struct Reference
ECU
ecu_ntnode_postorder_iterator Struct Reference

Non-const postorder iterator. More...

#include <ntnode.h>

Collaboration diagram for ecu_ntnode_postorder_iterator:
[legend]

Data Fields

struct ecu_ntnode delimiter
 Dummy delimiter returned at the end of the iteration. Not apart of user's tree. Allows iteration over entire tree.
 
struct ecu_ntnoderoot
 Root of tree being iterated over. Included in iteration.
 
struct ecu_ntnodecurrent
 Current node in the iteration.
 
struct ecu_ntnodenext
 Next node in the iteration to allow safe removal of current node.
 

Detailed Description

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