Definition in file dt_node_impl.h.
Go to the source code of this file.
Data Structures | |
struct | dt_node_ |
The internal data structure used to represent each node type. More... | |
struct | rec_item |
The type of the entries stored in the buffer of a record node. More... | |
Typedefs | |
typedef dt_node_ | dt_node |
typedef dt_node * | arr_item |
The type of the entries stored in the buffer of an array node. | |
Functions | |
dt_bool | dt_node_is_valid (dt_node const *node) |
An internal utility for checking the validity of a node. |
|
The type of the entries stored in the buffer of an array node.
Definition at line 27 of file dt_node_impl.h. |
|
Definition at line 24 of file dt_node_impl.h. |
|
An internal utility for checking the validity of a node.
Definition at line 20 of file dt_node_impl.c. |