#include <dt_node_impl.h>
Collaboration diagram for dt_node_:

Definition at line 12 of file dt_node_impl.h.
Data Fields | |
| dt_node_kind | kind |
| A value identifying the type of node. | |
| unsigned | refs |
| The use count (reference count) for this node. | |
| dt_buf | buf |
| The data contained by the node. | |
|
|
The data contained by the node. Depending on the node kind, this data buffer will contain:
Definition at line 22 of file dt_node_impl.h. |
|
|
A value identifying the type of node.
Definition at line 13 of file dt_node_impl.h. |
|
|
The use count (reference count) for this node.
Definition at line 14 of file dt_node_impl.h. |
1.3.1