ucx
UAP Common Extensions
Loading...
Searching...
No Matches
cx_tree_visitor_queue_s Struct Reference

An element in a visitor queue. More...

#include <tree.h>

Data Fields

void * node
 The tree node to visit.
 
size_t depth
 The depth of the node.
 
struct cx_tree_visitor_queue_snext
 The next element in the queue or NULL.
 

Detailed Description

An element in a visitor queue.

Field Documentation

◆ depth

size_t cx_tree_visitor_queue_s::depth

The depth of the node.

The first visited node has depth 1.


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