#include <yyast/types.h>
This structure is allocated and free-ed as it passed along. In priciple it shouldn't leak in the end.
Definition at line 69 of file types.h.
Data Fields | |
ya_name_t | name |
Name of the node. | |
uint64_t | size |
Size of the node, including header and data. Always 64 bit aligned. | |
ya_position_t | position |
The position of the node. | |
uint16_t | reserved_1 |
Reserved, must be zero. | |
uint8_t | reserved_2 |
Reserved, must be zero. | |
ya_type_t | type |
Type of node. | |
char | data [] |
Data aligned to 64 bit and sized to 64 bit. Includes padding zero bytes at the end. |
Name of the node.
Definition at line 70 of file types.h.
Referenced by node_decode(), and ya_literal().
uint64_t ya_node_s::size |
Size of the node, including header and data. Always 64 bit aligned.
Definition at line 71 of file types.h.
Referenced by node_decode(), and ya_literal().
The position of the node.
Definition at line 72 of file types.h.
Referenced by node_decode(), ya_clear_position(), and ya_literal().
uint16_t ya_node_s::reserved_1 |
uint8_t ya_node_s::reserved_2 |
char ya_node_s::data[] |
Data aligned to 64 bit and sized to 64 bit. Includes padding zero bytes at the end.
Definition at line 76 of file types.h.
Referenced by node_decode(), ya_generic_nodev(), and ya_literal().