ya_node_s Struct Reference

#include <yyast/types.h>


Detailed Description

The data as it will be when writing this node and its subnodes to disk.

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.

Field Documentation

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().

Reserved, must be zero.

Definition at line 73 of file types.h.

Reserved, must be zero.

Definition at line 74 of file types.h.

Type of node.

Definition at line 75 of file types.h.

Referenced by node_decode(), and ya_literal().

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().


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

Generated for yyast-1.0.1 by doxygen 1.5.6